Skip to content

Commit

Permalink
check out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
raybjork committed Oct 2, 2024
1 parent 5644a6c commit 18c40d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- arch: amd64
runner: ubuntu-latest
- arch: arm64
runner: buildjet-4vcpu-ubuntu-2204
runner: buildjet-4vcpu-ubuntu-2204-arm
arch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: build
run: |
make appimage-${{matrix.arch}}
Expand Down

0 comments on commit 18c40d6

Please sign in to comment.