Skip to content

Commit

Permalink
ci: Make the example build the correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 9, 2024
1 parent 67c2c30 commit dde36cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:

- name: Build example
run: |
cmake .
cd example/
cmake -G Ninja .
ninja
cd ..
- name: pub get
run: |
Expand Down

0 comments on commit dde36cf

Please sign in to comment.