Skip to content

Commit d3c7e2d

Browse files
committed
fix: ci from not having nasm
1 parent 00802ba commit d3c7e2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.arch == 'x86_64' || matrix.arch == 'x86'
6969
run: |
7070
sudo apt-get update
71-
sudo apt-get install -y mingw-w64
71+
sudo apt-get install -y mingw-w64 nasm
7272
7373
- name: Build binaries (Linux cross-compile)
7474
if: matrix.arch != 'arm64'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.arch == 'x86_64' || matrix.arch == 'x86'
7272
run: |
7373
sudo apt-get update
74-
sudo apt-get install -y mingw-w64
74+
sudo apt-get install -y mingw-w64 nasm
7575
7676
- name: Build binaries (Linux cross-compile)
7777
if: matrix.arch != 'arm64'

0 commit comments

Comments
 (0)