File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1919 - " Tools/jit/**"
2020 - " Tools/peg_generator/**"
2121 - " Tools/requirements-dev.txt"
22- - " Tools/wasm/**"
2322 workflow_dispatch :
2423
2524permissions :
5150 " Tools/clinic" ,
5251 " Tools/jit" ,
5352 " Tools/peg_generator" ,
54- " Tools/wasm" ,
5553 ]
5654 steps :
5755 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def configure_wasi_python(context, working_dir):
206206 "https://github.com/WebAssembly/wasi-sdk and/or "
207207 "specify via $WASI_SDK_PATH or --wasi-sdk" )
208208
209- config_site = os .fsdecode (CHECKOUT / "Tools" / "wasm" / "config.site-wasm32-wasi" )
209+ config_site = os .fsdecode (CHECKOUT / "Tools" / "wasm" / "wasi" / " config.site-wasm32-wasi" )
210210
211211 wasi_build_dir = working_dir .relative_to (CHECKOUT )
212212
You can’t perform that action at this time.
0 commit comments