Skip to content

Commit

Permalink
Update llvm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
7Hazard authored Aug 30, 2020
1 parent 1c58f48 commit 0edd499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/cache@v1
with:
path: llvm-project
key: llvm-project-win32
key: llvm-project-win32-2
- name: Fetch LLVM Project
if: steps.cache-llvm.outputs.cache-hit != 'true'
run: "git clone --depth 1 -j8 https://github.com/llvm/llvm-project.git"
Expand Down

0 comments on commit 0edd499

Please sign in to comment.