We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaa7b5 commit c78478eCopy full SHA for c78478e
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ matrix.platform == 'linux-arm64' }}
33
run: |
34
sudo apt-get update
35
- sudo apt-get install -y gcc-9-aarch64-linux-gnu g++-9-aarch64-linux-gnu
+ sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
36
37
- uses: actions/checkout@v2
38
with:
0 commit comments