Skip to content

Commit

Permalink
Merge pull request #393 from codeplaysoftware/marya/fix_ock_demo
Browse files Browse the repository at this point in the history
Fix syntax in ock_demo workflow
  • Loading branch information
MaryaSharf authored Mar 6, 2024
2 parents a390b0f + 3014c55 commit ec8a952
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_ock_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Get Intel OneAPI Nightly Release
run: |
# Update the nightly release from intel/llvm from 2024-03-04 to daily once
# everything has stablized
wget "https://github.com/intel/llvm/releases/download/nightly-2024-03-04/sycl_linux.tar.gz"
mkdir linux_nightly_release
tar -xzf sycl_linux.tar.gz -C linux_nightly_release
# Update the nightly release from intel/llvm from 2024-03-04 to daily once
# everything has stablized
wget "https://github.com/intel/llvm/releases/download/nightly-2024-03-04/sycl_linux.tar.gz"
mkdir linux_nightly_release
tar -xzf sycl_linux.tar.gz -C linux_nightly_release
- name: Test RSICV examples
run: |
Expand Down

0 comments on commit ec8a952

Please sign in to comment.