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 2fcfe5f commit 918deb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
packages: "libc6-dev-arm64-cross gcc-aarch64-linux-gnu"
cc: aarch64-linux-gnu-gcc

# - build: macos
# os: macos-latest
Expand Down Expand Up @@ -181,7 +182,7 @@ jobs:
#BINDGEN_EXTRA_CLANG_ARGS: -"-sysroot /usr/aarch64-linux-gnu"
shell: bash
run: |
cargo build --verbose --release --target ${{ matrix.target }}
CC=${{ matrix.cc }} cargo build --verbose --release --target ${{ matrix.target }}
- name: Build archive
shell: bash
Expand Down

0 comments on commit 918deb1

Please sign in to comment.