mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
[flatpak] Checkout submodules when building
This commit is contained in:
parent
d45efa9e18
commit
b761371c17
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -115,11 +115,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Configure Package Scripts
|
- name: Configure Package Scripts
|
||||||
run: |
|
run: cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON
|
||||||
git config --add safe.directory .
|
|
||||||
cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON
|
|
||||||
|
|
||||||
- name: Build Flatpak
|
- name: Build Flatpak
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user