Skip to content

Commit

Permalink
Don't install nasm on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 20, 2023
1 parent aff2303 commit fd6a585
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ jobs:
macOS:
runs-on: macos-latest
steps:
- name: Install nasm
run: |
sudo apt-get install nasm
- name: Check out repository code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fd6a585

Please sign in to comment.