Skip to content

Commit

Permalink
Add nasm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett-Petzold committed Feb 24, 2024
1 parent c2ea31b commit 57f2a05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@ jobs:
packages: binaryen \
libwebkit2gtk-4.1-dev \
libgtk-3-dev \
libayatana-appindicator3-dev
libayatana-appindicator3-dev \
nasm

- name: Download dependencies (mac)
if: ${{ matrix.os == 'mac' }}
run: |
brew install binaryen
brew install binaryen nasm
- name: Download dependencies (windows)
if: ${{ matrix.os == 'windows' }}
run: |
choco install sed
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
scoop install main/binaryen
scoop install main/binaryen main/nasm
- uses: dtolnay/rust-toolchain@stable
if: ${{ matrix.triple == null }}
Expand Down

0 comments on commit 57f2a05

Please sign in to comment.