Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 10, 2024
1 parent 81df80c commit b53220c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- run: sudo apt install musl-tools
if: startsWith(matrix.os, 'ubuntu')

- name: Install bindgen-cli
run: cargo install --force --locked bindgen-cli

- name: cargo build
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable

- run: choco install nasm
if: startsWith(matrix.os, 'windows')

- name: cargo build
run: cargo build

Expand Down

0 comments on commit b53220c

Please sign in to comment.