Skip to content

Commit

Permalink
ci: more dartagnan debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent bd97b68 commit a89d2f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ jobs:
repository: "KDABLabs/dartagnan.git"
submodules: true
ref: "main"
path: "${{ github.workspace }}/dartagnan"

- name: Build Dartagnan
run: |
pwd
ls ..
echo "foo"
ls ${{ github.workspace }}
cd ../dartagnan
cmake --preset=dev -DCMAKE_INSTALL_PREFIX=installed
cd build_dev
Expand Down

0 comments on commit a89d2f9

Please sign in to comment.