Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 22, 2024
1 parent c5cba4a commit 1fee1f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
exit 0
fi
if [ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]; then
#sudo apt-get install --no-install-recommends -y build-essential libclang-dev g++-aarch64-linux-gnu libc6-dev-arm64-cross
sudo apt-get install --no-install-recommends -y build-essential g++-aarch64-linux-gnu libc6-dev-arm64-cross
#sudo apt-get install --no-install-recommends -y build-essential g++-aarch64-linux-gnu libc6-dev-arm64-cross
sudo apt-get install --no-install-recommends -y build-essential gcc-aarch64-linux-gnu libc6-dev-arm64-cross
fi
- name: Install toolchain
Expand All @@ -180,7 +180,6 @@ jobs:
RUSTFLAGS: '-C target-feature=+crt-static'
CC_aarch64_unknown_linux_gnu: "aarch64-linux-gnu-gcc"
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: "aarch64-linux-gnu-gcc"
CXX_aarch64_unknown_linux_gnu: "aarch64-linux-gnu-g++"
BINDGEN_EXTRA_CLANG_ARGS: -"-sysroot /usr/aarch64-linux-gnu"
shell: bash
run: |
Expand Down

0 comments on commit 1fee1f2

Please sign in to comment.