Skip to content

Commit

Permalink
fixed c demos
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 13, 2025
1 parent 44a9f5c commit 0d22a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
submodules: recursive

- name: Create build directory
run: cmake -B ./build
run: cmake -G "${{ matrix.make_file }}" -B ./build

- name: Build demo
run: cmake --build ./build --target falcon_demo
Expand Down

0 comments on commit 0d22a2b

Please sign in to comment.