Skip to content

Commit

Permalink
DL artifact with dawidd6/action-download-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCaron committed Feb 29, 2024
1 parent 8893c9d commit 4e4e05d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ jobs:
with:
name: llvm-clang-precompiled
path: ${{ github.workspace }}/llvm/install
if-no-files-found: error
overwrite: true
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ runs:
uses: actions/checkout@v4

- name: Download LLVM Clang
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v3
with:
workflow: main.yml
workflow_conclusion: success
name: llvm-clang-precompiled
repository: MorganCaron/clang-precompiled-action

- name: Unzip LLVM Clang
shell: bash
run: |
unzip llvm-clang-precompiled.zip -d llvm
repo: MorganCaron/clang-precompiled-action
check_artifacts: true
search_artifacts: true
allow_forks: false

- name: Set LLVM Clang Path
shell: bash
Expand Down

0 comments on commit 4e4e05d

Please sign in to comment.