Skip to content

Commit

Permalink
Re-add nasm setup, whereis
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Oct 19, 2024
1 parent 37bcb4b commit 20ed2fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y gcc-multilib

- uses: ilammy/setup-nasm@v1

- name: Where is nasm
run: whereis nasm

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 20ed2fc

Please sign in to comment.