Skip to content

Commit a83d53b

Browse files
committed
try fix workflow for linux
1 parent fe199c2 commit a83d53b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
container:
3636
image: ${{ matrix.container }}
3737
steps:
38-
- uses: actions/checkout@v4
39-
with:
40-
submodules: recursive
41-
- uses: actboy168/setup-luamake@master
42-
4338
- name: Install aarch64-linux-gnu
4439
if: ${{ matrix.platform == 'linux-arm64' && matrix.libc != 'musl' }}
4540
run: |
@@ -60,6 +55,11 @@ jobs:
6055
sudo apt-get update
6156
sudo apt-get install -y git
6257
58+
- uses: actions/checkout@v4
59+
with:
60+
submodules: recursive
61+
- uses: actboy168/setup-luamake@master
62+
6363
- name: Build for Windows
6464
if: ${{ matrix.target == 'windows' }}
6565
run: .\make.bat ${{ matrix.platform }}

0 commit comments

Comments
 (0)