Skip to content

Commit 3d1d2c4

Browse files
committed
update
1 parent 8d605eb commit 3d1d2c4

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
@@ -28,6 +28,12 @@ jobs:
2828
- { os: windows-latest, target: windows, platform: win32-x64 }
2929
runs-on: ${{ matrix.os }}
3030
steps:
31+
- name: Install aarch64-linux-gnu
32+
if: ${{ matrix.platform == 'linux-arm64' }}
33+
run: |
34+
sudo apt-get update
35+
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
36+
3137
- uses: actions/checkout@v2
3238
with:
3339
submodules: recursive

0 commit comments

Comments
 (0)