From 637db3bf53efdc00ae305611afa5c36f887c1bbd Mon Sep 17 00:00:00 2001 From: Brage Fuglseth Date: Sat, 9 Sep 2023 13:45:48 +0200 Subject: [PATCH] fix: include submodules in CI/CD --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62b53af..aaf257d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file