Skip to content

Commit

Permalink
Install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jul 28, 2024
1 parent fbe3762 commit c6a5759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v4

- name: setup node
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v4

- name: setup node
Expand Down

0 comments on commit c6a5759

Please sign in to comment.