We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00802ba commit d3c7e2dCopy full SHA for d3c7e2d
2 files changed
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
if: matrix.arch == 'x86_64' || matrix.arch == 'x86'
69
run: |
70
sudo apt-get update
71
- sudo apt-get install -y mingw-w64
+ sudo apt-get install -y mingw-w64 nasm
72
73
- name: Build binaries (Linux cross-compile)
74
if: matrix.arch != 'arm64'
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
75
76
77
0 commit comments