Skip to content

Commit

Permalink
fix: include submodules in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 9, 2023
1 parent 5d730c4 commit 637db3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: gtk-rust-template.flatpak
bundle: fretboard.flatpak
manifest-path: dev.bragefuglseth.Fretboard.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 637db3b

Please sign in to comment.