Skip to content

Commit

Permalink
removed CMake list, back to Makefile finally + workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Aug 25, 2023
1 parent 7385421 commit 92c1720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: cmake CMakeLists.txt
run: cmake CMakeLists.txt
- name: make
- name: clean
run: make clean
- name: make (run)
run: make

0 comments on commit 92c1720

Please sign in to comment.