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 d87140e commit 4d32d50
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=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "CXX=aarch64-linux-gnu-g++" >> $GITHUB_ENV
echo "CC=aarch64-linux-gnu-gcc-11" >> $GITHUB_ENV
echo "CXX=aarch64-linux-gnu-g++-11" >> $GITHUB_ENV
- name: Build-Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 4d32d50

Please sign in to comment.