Skip to content

Commit f1fabf4

Browse files
committed
fix a typo of dependency name
1 parent f0aa4e8 commit f1fabf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
working-directory: product-mini/platforms/${{ matrix.platform }}
274274

275275
build_unit_tests:
276-
needs: [build_llvm_libraries_on_ubuntu_2204, build_wamrc]
276+
needs: [build_llvm_libraries_on_ubuntu, build_wamrc]
277277
runs-on: ${{ matrix.os }}
278278
strategy:
279279
fail-fast: false

0 commit comments

Comments
 (0)