Skip to content

Commit 7db3b1f

Browse files
[workflow] add nasm to build check
1 parent a0253e8 commit 7db3b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y build-essential clang cmake pkg-config
20+
sudo apt-get install -y build-essential clang cmake pkg-config nasm
2121
2222
- name: Build project
2323
run: make

0 commit comments

Comments
 (0)