Skip to content

Commit

Permalink
Retry aarch64-unknown-linux-gnu build
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Aug 28, 2023
1 parent d93a70f commit 379e0c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
Expand All @@ -31,6 +33,10 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}
default: true

- name: Cargo Clean
run: cargo clean


- name: Install dependencies for cross-compilation
if: matrix.target == 'aarch64-unknown-linux-gnu'
Expand All @@ -42,6 +48,7 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target ${{ matrix.target }}

Expand Down

0 comments on commit 379e0c9

Please sign in to comment.