Skip to content

Commit

Permalink
Fix rust release (#38)
Browse files Browse the repository at this point in the history
* use cross for release

* x86_64 workflow

* more fixes
  • Loading branch information
edgarriba authored Mar 9, 2024
1 parent 4470040 commit fac0512
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt-get install -y cmake nasm
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -33,3 +30,4 @@ jobs:
with:
command: publish
args: --verbose --target ${{ matrix.target }}
use-cross: true

0 comments on commit fac0512

Please sign in to comment.