Skip to content

Commit

Permalink
install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Jan 3, 2025
1 parent 001dd09 commit 4463d5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup nasm
run: |
sudo apt-get install nasm
- uses: dtolnay/rust-toolchain@stable
id: setup-rust
with:
Expand Down Expand Up @@ -80,6 +84,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup nasm
run: |
sudo apt-get install nasm
- uses: dtolnay/rust-toolchain@stable
id: setup-rust
with:
Expand Down

0 comments on commit 4463d5a

Please sign in to comment.