We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4547587 commit dd0fee2Copy full SHA for dd0fee2
.github/workflows/nightly_run.yml
@@ -273,7 +273,7 @@ jobs:
273
working-directory: product-mini/platforms/${{ matrix.platform }}
274
275
build_unit_tests:
276
- needs: [build_llvm_libraries_on_ubuntu_2204, build_wamrc]
+ needs: [build_llvm_libraries_on_ubuntu, build_wamrc]
277
runs-on: ${{ matrix.os }}
278
strategy:
279
fail-fast: false
@@ -282,7 +282,7 @@ jobs:
282
build_target: ["X86_64", "X86_32"]
283
include:
284
- os: ubuntu-22.04
285
- llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
+ llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
286
287
steps:
288
- name: checkout
0 commit comments