We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bd84b commit 8a6c2a1Copy full SHA for 8a6c2a1
.github/workflows/build-deps.yml
@@ -148,7 +148,6 @@ jobs:
148
call "%ProgramFiles%\Microsoft Visual Studio\2022\Preview\VC\Auxiliary\Build\vcvarsall.bat" arm64
149
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER='ccache' .
150
ninja
151
- Compress-Archive -Path bin -DestinationPath binaryen-arm64
152
153
- name: Prepare binaryen-arm64 package
154
run: |
0 commit comments