diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 20:06:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 20:06:07 +0800 |
commit | 5cbdc639ddca98a9af67433109f40c8cfdd3008e (patch) | |
tree | 08e97a41729e6c840cba32f9a4ac001faeab0662 /.github/workflows | |
parent | cfb58642be415fbb32e01430020bf83ee74e7d41 (diff) | |
download | lua-language-server-5cbdc639ddca98a9af67433109f40c8cfdd3008e.zip |
gcc9
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 144f0029..1b7e010a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: if: ${{ matrix.platform == 'linux-arm64' }} run: | sudo apt-get update - sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu + sudo apt-get install -y gcc-9-aarch64-linux-gnu g++-9-aarch64-linux-gnu - uses: actions/checkout@v2 with: |