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 b3e2aa2 commit 78b2458Copy full SHA for 78b2458
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
sudo apt-get update -y && \
22
- sudo apt-get install -y yasm
+ sudo apt-get install -y nasm
23
- name: Install ARM64 compiler
24
if: env.ARCH == 'arm64'
25
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
- sudo apt-get install -y yasm mingw-w64
+ sudo apt-get install -y nasm mingw-w64
50
- name: Build
51
run: ./build-windows.sh
52
- name: Archive production artifacts
@@ -68,7 +68,7 @@ jobs:
68
steps:
69
- uses: actions/checkout@v3
70
71
- run: brew install yasm
+ run: brew install nasm
72
73
run: ./build-macos.sh
74
- name: Archive artifacts
0 commit comments