Skip to content

Commit

Permalink
Add nasm dependency setup to CI
Browse files Browse the repository at this point in the history
The hope is this will helpt he windows build actually be able to work.
  • Loading branch information
drewdeponte committed Jul 7, 2024
1 parent 6a49ea3 commit b3cb813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# RUSTDOCFLAGS: -Cpanic=abort
runs-on: ${{matrix.os}}
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit b3cb813

Please sign in to comment.