Skip to content

Commit

Permalink
try compile
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 11, 2024
1 parent 1f87690 commit acd2f7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
- name: Prepare Linux-aarch64
if: ${{ matrix.target == 'linux' && matrix.platform == 'linux-aarch64' }}
run: |
apt-get update
apt-get install -y software-properties-common
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-get update
sudo apt-get install -y gcc-11-aarch64-linux-gnu g++-11-aarch64-linux-gnu
echo "CC=gcc-11-aarch64-linux-gnu" >> $GITHUB_ENV
echo "CXX=g++-11-aarch64-linux-gnu" >> $GITHUB_ENV
Expand Down

0 comments on commit acd2f7a

Please sign in to comment.