Skip to content

Commit

Permalink
fix linux cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Oct 18, 2024
1 parent b9eb319 commit 71f912c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: Setup Linux (aarch64 cross-compilation)
if: matrix.os == 'linux' && matrix.platform == 'aarch64'
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y crossbuild-essential-arm64 xorg-dev:arm64
sudo apt-get install -y crossbuild-essential-arm64
echo "CC=aarch64-linux-gnu-gcc" >> "$GITHUB_ENV"
echo "CXX=aarch64-linux-gnu-g++" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 71f912c

Please sign in to comment.