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 6b8bf91 commit 7a9919b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
if [ "${{ matrix.target }}" = "x86_64-unknown-linux-gnu" ]; then
exit 0
fi
rustup toolchain add stable-${{ matrix.target }}
rustup target add ${{ matrix.target }}
- name: Build
Expand All @@ -183,7 +182,7 @@ jobs:
BINDGEN_EXTRA_CLANG_ARGS: -"-sysroot /usr/aarch64-linux-gnu"
shell: bash
run: |
cargo +stable-${{ matrix.target }} build --verbose --release --target ${{ matrix.target }}
cargo build --verbose --release --target ${{ matrix.target }}
- name: Build archive
shell: bash
Expand Down

0 comments on commit 7a9919b

Please sign in to comment.