Skip to content

Commit

Permalink
Fixes to get portBlas artifact working
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Dec 12, 2023
1 parent 44fc73c commit 06b442d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Download Daily Release
run: |
wget "https://github.com/intel/llvm/releases/download/nightly-2023-11-22/sycl_linux.tar.gz"
mkdir linux_nightly_release
tar -xzf sycl_linux.tar.gz -C linux_nightly_release
ls
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 06b442d

Please sign in to comment.