Skip to content

Commit acd2f7a

Browse files
committed
try compile
1 parent 1f87690 commit acd2f7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
- name: Prepare Linux-aarch64
3636
if: ${{ matrix.target == 'linux' && matrix.platform == 'linux-aarch64' }}
3737
run: |
38-
apt-get update
39-
apt-get install -y software-properties-common
40-
add-apt-repository -y ppa:ubuntu-toolchain-r/test
41-
apt-get update
4238
sudo apt-get install -y gcc-11-aarch64-linux-gnu g++-11-aarch64-linux-gnu
4339
echo "CC=gcc-11-aarch64-linux-gnu" >> $GITHUB_ENV
4440
echo "CXX=g++-11-aarch64-linux-gnu" >> $GITHUB_ENV

0 commit comments

Comments
 (0)