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 acd2f7a commit 593c2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
if: ${{ matrix.target == 'linux' && matrix.platform == 'linux-aarch64' }}
run: |
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
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "CXX=aarch64-linux-gnu-g++" >> $GITHUB_ENV
- name: Build-Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 593c2ee

Please sign in to comment.