diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 19:50:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 19:50:11 +0800 |
commit | 3d1d2c42fd16644e70e3766af21b4324fcac7748 (patch) | |
tree | a77f851d97d57d46e7c58d10841a1da8f9c5e9af /.github/workflows | |
parent | 8d605ebad9fd65431550fea0e4354e2061b6b741 (diff) | |
download | lua-language-server-3d1d2c42fd16644e70e3766af21b4324fcac7748.zip |
update
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b36927a9..144f0029 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,12 @@ jobs: - { os: windows-latest, target: windows, platform: win32-x64 } runs-on: ${{ matrix.os }} steps: + - name: Install aarch64-linux-gnu + if: ${{ matrix.platform == 'linux-arm64' }} + run: | + sudo apt-get update + sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu + - uses: actions/checkout@v2 with: submodules: recursive |