@@ -291,21 +291,21 @@ jobs:
291291 TOYWASM_ENABLE_WASI_THREADS : ON
292292 TOYWASM_ENABLE_WASI_LITTLEFS : ON
293293 TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING : ON
294- # - name: full-ubuntu-20.04-armhf
295- # os: ubuntu-20.04
296- # compiler: clang
297- # arch: armhf
298- # BUILD_TYPE: Release
299- # TOYWASM_USE_SEPARATE_EXECUTE: ON
300- # TOYWASM_USE_TAILCALL: ON
301- # TOYWASM_ENABLE_TRACING: OFF
302- # TOYWASM_USE_SMALL_CELLS: ON
303- # TOYWASM_USE_SEPARATE_LOCALS: ON
304- # MISC_FEATURES: ON
305- # TOYWASM_ENABLE_WASM_THREADS: ON
306- # TOYWASM_ENABLE_WASI_THREADS: ON
307- # TOYWASM_ENABLE_WASI_LITTLEFS: ON
308- # TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING: ON
294+ - name : full-ubuntu-20.04-armhf
295+ os : ubuntu-20.04
296+ compiler : clang
297+ arch : armhf
298+ BUILD_TYPE : Release
299+ TOYWASM_USE_SEPARATE_EXECUTE : ON
300+ TOYWASM_USE_TAILCALL : ON
301+ TOYWASM_ENABLE_TRACING : OFF
302+ TOYWASM_USE_SMALL_CELLS : ON
303+ TOYWASM_USE_SEPARATE_LOCALS : ON
304+ MISC_FEATURES : ON
305+ TOYWASM_ENABLE_WASM_THREADS : ON
306+ TOYWASM_ENABLE_WASI_THREADS : ON
307+ TOYWASM_ENABLE_WASI_LITTLEFS : ON
308+ TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING : ON
309309 # - name: full-ubuntu-20.04-s390x
310310 # os: ubuntu-20.04
311311 # compiler: clang
@@ -708,10 +708,10 @@ jobs:
708708 name : full-ubuntu-20.04-arm64
709709 path : release_assets
710710
711- # - uses: actions/download-artifact@v3
712- # with:
713- # name: full-ubuntu-20.04-armhf
714- # path: release_assets
711+ - uses : actions/download-artifact@v3
712+ with :
713+ name : full-ubuntu-20.04-armhf
714+ path : release_assets
715715
716716 # - uses: actions/download-artifact@v3
717717 # with:
0 commit comments