Skip to content

Commit

Permalink
fix: last idea to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed Jun 5, 2024
1 parent 9669d64 commit 63c65f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y libc6-dev
wget http://ports.ubuntu.com/pool/main/o/openssl/libssl-dev_3.0.2-0ubuntu1.15_arm64.deb -O /tmp/libssl-dev_3.0.2-0ubuntu1.15_arm64.deb
sudo dpkg -i /tmp/libssl-dev_3.0.2-0ubuntu1.15_arm64.deb
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc
export CC=aarch64-linux-gnu-gcc
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: "skar"
Expand Down

0 comments on commit 63c65f7

Please sign in to comment.