Skip to content

Commit

Permalink
workflows: use correct cmake for Debian
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Dec 19, 2024
1 parent b355f29 commit 86bf8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:

- name: Run compilation
run: |
cmake3 -DCMT_TESTS=on -DCMT_DEV=on .
cmake -DCMT_TESTS=on -DCMT_DEV=on .
make
shell: bash

build-unix-arm64:
name: Build sources on arm64 for ${{ matrix.os }} - ${{ matrix.compiler }}
Expand Down

0 comments on commit 86bf8dc

Please sign in to comment.