Skip to content

Commit

Permalink
fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Nov 10, 2024
1 parent ceff320 commit 4e8b2a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Install cross-compilation tools
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Install cross
run: cargo install cross

- name: Build binary
run: cross build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit 4e8b2a3

Please sign in to comment.