Skip to content

Commit

Permalink
GitHub CLI: Fix configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Dec 13, 2023
1 parent 39e75d8 commit 280d52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
CFLAGS: -Wall
run: |
cmake -E make_directory ${{github.workspace}}/cmake-build
cmake -S . -B ${{github.workspace}}/cmake-build
- name: Build
run: |
Expand Down

0 comments on commit 280d52d

Please sign in to comment.