Skip to content

Commit

Permalink
ci: Checkout submodules for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed May 28, 2024
1 parent 26d48f4 commit 89a9f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
name: "Build"
with:
Expand Down

0 comments on commit 89a9f1b

Please sign in to comment.