mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
fix a typo of dependency name
This commit is contained in:
parent
f0aa4e8643
commit
ea52c92985
4
.github/workflows/nightly_run.yml
vendored
4
.github/workflows/nightly_run.yml
vendored
|
|
@ -273,7 +273,7 @@ jobs:
|
||||||
working-directory: product-mini/platforms/${{ matrix.platform }}
|
working-directory: product-mini/platforms/${{ matrix.platform }}
|
||||||
|
|
||||||
build_unit_tests:
|
build_unit_tests:
|
||||||
needs: [build_llvm_libraries_on_ubuntu_2204, build_wamrc]
|
needs: [build_llvm_libraries_on_ubuntu, build_wamrc]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -282,7 +282,7 @@ jobs:
|
||||||
build_target: ["X86_64", "X86_32"]
|
build_target: ["X86_64", "X86_32"]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
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 }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user