We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89896c commit 443f4e4Copy full SHA for 443f4e4
.github/workflows/ur-build-hw.yml
@@ -136,7 +136,7 @@ jobs:
136
137
- name: Download DPC++
138
run: |
139
- wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2025-03-30/sycl_linux.tar.gz
+ wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2025-30-03/sycl_linux.tar.gz
140
mkdir -p dpcpp_compiler
141
tar -xvf dpcpp_compiler.tar.gz -C dpcpp_compiler
142
0 commit comments