Skip to content

Commit dd0fee2

Browse files
authored
fix a typo of dependency name (#4901)
1 parent 4547587 commit dd0fee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_run.yml

Lines changed: 2 additions & 2 deletions
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
@@ -282,7 +282,7 @@ jobs:
282282
build_target: ["X86_64", "X86_32"]
283283
include:
284284
- os: ubuntu-22.04
285-
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
285+
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
286286

287287
steps:
288288
- name: checkout

0 commit comments

Comments
 (0)