Skip to content

Commit

Permalink
reduce gcc version for linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Aug 14, 2024
1 parent ebc967f commit 81ef873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-11-aarch64-linux-gnu g++-11-aarch64-linux-gnu
echo "CC=aarch64-linux-gnu-gcc-11" >> $GITHUB_ENV
echo "CXX=aarch64-linux-gnu-g++-11" >> $GITHUB_ENV
sudo apt-get install -y gcc-10-aarch64-linux-gnu g++-10-aarch64-linux-gnu
echo "CC=aarch64-linux-gnu-gcc-10" >> $GITHUB_ENV
echo "CXX=aarch64-linux-gnu-g++-10" >> $GITHUB_ENV
- name: Build-Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 81ef873

Please sign in to comment.