fix(ci): install NASM

This commit is contained in:
Ashhhleyyy 2022-10-22 22:14:20 +01:00
parent c72740a88a
commit 773bb0a23d
Signed by: ash
GPG Key ID: 83B789081A0878FB
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ jobs:
with:
toolchain: stable
- name: Install NASM
run: sudo apt install nasm
- name: Set up QEMU
uses: docker/setup-qemu-action@v1