Skip to content

Commit

Permalink
try with pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 23, 2025
1 parent 9650aed commit bae4537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ jobs:
- name: Linux ARM setup
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
#sudo apt-get update -y
#sudo dpkg --add-architecture arm64
sudo apt-get update -y
sudo dpkg --add-architecture arm64
sudo apt-get update -y
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libssl-dev:arm64
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu pkg-config libssl-dev
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "C_INCLUDE_PATH=/usr/aarch64-linux-gnu/include" >> $GITHUB_ENV
echo "CPLUS_INCLUDE_PATH=/usr/aarch64-linux-gnu/include" >> $GITHUB_ENV
Expand Down

0 comments on commit bae4537

Please sign in to comment.