Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ademclk committed Dec 18, 2023
1 parent 1a2e8d0 commit 7c60b9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Create Build Directory
run: mkdir build
- name: Change to Build Directory
run: cd build
- name: Run CMake
run: cmake ..
- name: Build Project
run: make
- name: Build Project
run: |
mkdir build
cd build
cmake ..
make

0 comments on commit 7c60b9d

Please sign in to comment.