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 1f87690 commit acd2f7aCopy full SHA for acd2f7a
.github/workflows/build.yml
@@ -35,10 +35,6 @@ jobs:
35
- name: Prepare Linux-aarch64
36
if: ${{ matrix.target == 'linux' && matrix.platform == 'linux-aarch64' }}
37
run: |
38
- apt-get update
39
- apt-get install -y software-properties-common
40
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
41
42
sudo apt-get install -y gcc-11-aarch64-linux-gnu g++-11-aarch64-linux-gnu
43
echo "CC=gcc-11-aarch64-linux-gnu" >> $GITHUB_ENV
44
echo "CXX=g++-11-aarch64-linux-gnu" >> $GITHUB_ENV
0 commit comments