Skip to content

Commit 5fbc247

Browse files
committed
trigger CI
1 parent 791e801 commit 5fbc247

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)