Skip to content

Commit 25cb0bd

Browse files
committed
Prepare Linux-ARM64
1 parent ecd43b3 commit 25cb0bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
submodules: recursive
3535

36+
- name: Prepare Linux-ARM64
37+
if: ${{ matrix.platform == 'linux-arm64' }}
38+
run: |
39+
apt-get update
40+
apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
41+
3642
- name: Install Luamake
3743
uses: actboy168/setup-luamake@master
3844

0 commit comments

Comments
 (0)