Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
fix: install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasolerr committed May 28, 2024
1 parent 277abec commit 65c37d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up CMake
uses: cmake/actions/setup-cmake@v1
with:
cmake-version: '3.20'
- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake

- name: Configure CMake
run: cmake -B build
Expand Down

0 comments on commit 65c37d7

Please sign in to comment.