Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subugt authored Jul 24, 2024
1 parent 75cdba0 commit 073a15b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4
name: Checkout code

- name: Set up CMake
uses: actions/setup-cmake@v3
with:
cmake-version: '3.23.1'
- name: Install CMake
run: |
sudo apt-get update
sudo apt-get install -y cmake
- name: Configure CMake
run: cmake -S . -B build
Expand Down

0 comments on commit 073a15b

Please sign in to comment.