File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356356 uses : ./.github/actions/install-wasi-sdk-wabt
357357 with :
358358 os : ${{ matrix.os }}
359-
359+
360360 - name : Build wamrc
361361 run : |
362362 mkdir build && cd build
@@ -389,7 +389,7 @@ jobs:
389389 include :
390390 - os : ubuntu-22.04
391391 llvm_cache_key : ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
392-
392+
393393 steps :
394394 - name : checkout
395395 uses : actions/checkout@v5
@@ -409,12 +409,12 @@ jobs:
409409 - name : Quit if cache miss
410410 if : (steps.retrieve_llvm_libs.outputs.cache-hit != 'true')
411411 run : echo "::error::can not get prebuilt llvm libraries" && exit 1
412-
412+
413413 - name : Build wamrc and iwasm
414414 run : |
415415 ./build_wamr.sh
416416 working-directory : tests/regression/ba-issues
417-
417+
418418 - name : Run regression tests
419419 run : |
420420 python run.py
You can’t perform that action at this time.
0 commit comments