Skip to content

Commit 8a6c2a1

Browse files
author
Evgeny Karpov
committed
* remove packing in binaryen build step which was moved to another step
1 parent 46bd84b commit 8a6c2a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-deps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
call "%ProgramFiles%\Microsoft Visual Studio\2022\Preview\VC\Auxiliary\Build\vcvarsall.bat" arm64
149149
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER='ccache' .
150150
ninja
151-
Compress-Archive -Path bin -DestinationPath binaryen-arm64
152151
153152
- name: Prepare binaryen-arm64 package
154153
run: |

0 commit comments

Comments
 (0)