File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2727 - name : Install Dependencies
2828 shell : bash
2929 run : |
30+ scoop config use_external_7zip true
3031 scoop install ninja binaryen
3132 - name : Checkout
3233 uses : actions/checkout@v6
9899 C:/Users/runneradmin/go/pkg/mod
99100 - name : Install wasmtime
100101 run : |
102+ scoop config use_external_7zip true
101103 scoop install wasmtime@29.0.1
102104 - name : make gen-device
103105 run : make -j3 gen-device
@@ -137,6 +139,7 @@ jobs:
137139 - name : Install Dependencies
138140 shell : bash
139141 run : |
142+ scoop config use_external_7zip true
140143 scoop install binaryen
141144 - name : Checkout
142145 uses : actions/checkout@v6
@@ -201,7 +204,8 @@ jobs:
201204 - name : Install Dependencies
202205 shell : bash
203206 run : |
204- scoop install binaryen && scoop install wasmtime@29.0.1
207+ scoop config use_external_7zip true
208+ scoop install binaryen wasmtime@29.0.1
205209 - name : Checkout
206210 uses : actions/checkout@v6
207211 - name : Install Go
You can’t perform that action at this time.
0 commit comments