Skip to content

Commit

Permalink
Old cmake version?
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 20, 2023
1 parent e3f9efd commit 394fed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
choco install -y nasm
- name: Compile Debug Configuration
run: |
cmake --version
mkdir build
cmake -B build -S .
cmake --build build --config Debug --parallel 4
- name: Test Debug Configuration
Expand Down

0 comments on commit 394fed5

Please sign in to comment.