Skip to content

Commit

Permalink
release CI: Windows llvm lib, iwasm and wamrc
Browse files Browse the repository at this point in the history
  • Loading branch information
TianlongLiang committed Oct 10, 2024
1 parent 0be9587 commit fa59420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_llvm_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
# Bump the prefix number to evict all previous caches and
# enforce a clean build, in the unlikely case that some
# weird build error occur and llvm/build becomes a potential
# suspect. TODO: Use Python script for cross-platform compatibility.
# suspect. Use Python script for cross-platform compatibility.
- name: form the cache key of libraries
id: create_lib_cache_key
run: |
python ./.github/scripts/create_llvm_lib_cache_key "key=0-llvm-libraries-${{ inputs.os }}-${{ inputs.arch }}-${{ steps.get_last_commit.outputs.last_commit }}${{ inputs.cache_key_suffix }}"
python ./.github/scripts/create_llvm_lib_cache_key "0-llvm-libraries-${{ inputs.os }}-${{ inputs.arch }}-${{ steps.get_last_commit.outputs.last_commit }}${{ inputs.cache_key_suffix }}"
- name: Cache LLVM libraries
id: retrieve_llvm_libs
Expand Down

0 comments on commit fa59420

Please sign in to comment.