Skip to content

Commit

Permalink
use an actively maintained cmake action
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Mar 11, 2023
1 parent c04c9ae commit c491408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
with:
submodules: true
- name: Build and Test
uses: ashutoshvarma/action-cmake-build@v1
uses: threeal/cmake-action@v1.1.0
with:
build-dir: ${{ runner.workspace }}/build
build-type: Debug
args: "-DCMAKE_BUILD_TYPE=Debug"
run-test: true
ctest-options: --output-on-failure
2 changes: 1 addition & 1 deletion clibs

0 comments on commit c491408

Please sign in to comment.