Skip to content

Commit

Permalink
added NASM to macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdzan authored Apr 20, 2024
1 parent 4ad795a commit ff9e165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: macos-latest

steps:
- name: Set up NASM
uses: ilammy/setup-nasm@v1.5.1
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose

0 comments on commit ff9e165

Please sign in to comment.