Skip to content

Commit

Permalink
fix nasm on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Aug 8, 2024
1 parent eb9dea4 commit 140d49e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
if: matrix.platform.os == 'macos-latest'
run: brew install openssl

- name: Install nasm for windows (tls)
if: ${{ matrix.platform.target == 'x86_64-pc-windows-msvc' }}
uses: ilammy/setup-nasm@v1

- name: Install stable
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 140d49e

Please sign in to comment.