Skip to content

Commit

Permalink
ci: Fix dartagnan build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent 93826ad commit a9f1dd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:

- name: Build Dartagnan
run: |
sudo apt list --installed
cd dartagnan
cmake --preset=dev -DCMAKE_INSTALL_PREFIX=installed
cd build_dev
cd build-dev
ninja && ninja install

0 comments on commit a9f1dd3

Please sign in to comment.