Skip to content

Commit

Permalink
ci: debugging why dartagnan doesn't build
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent e13a30b commit bd97b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- name: Build Dartagnan
run: |
cd dartagnan
pwd
ls ..
cd ../dartagnan
cmake --preset=dev -DCMAKE_INSTALL_PREFIX=installed
cd build_dev
ninja && ninja install

0 comments on commit bd97b68

Please sign in to comment.