summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Meijer <ralphm@ik.nu>2024-04-05 17:28:39 +0200
committerRalph Meijer <ralphm@ik.nu>2024-04-05 17:28:39 +0200
commit96c798b6ef4eb5074f7b06fe5192145b3dff5569 (patch)
tree2da92e55aeeab58b8db61bc4c8c9242c34e4ed72
parent9c8383336008c6222060efe8ab413348db2e625b (diff)
Check out submodules in GitHub action
-rw-r--r--.github/workflows/snap.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml
index abb4956f85..be5e8a6f27 100644
--- a/.github/workflows/snap.yml
+++ b/.github/workflows/snap.yml
@@ -15,8 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
+ with:
+ submodules: recursive
- uses: snapcore/action-build@v1
id: snapcraft
+ with:
+ snapcraft-args: --verbosity debug
- uses: actions/upload-artifact@v4
with:
name: snap