We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febf879 commit c8ef160Copy full SHA for c8ef160
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
23
artifact-out: release-windows
24
artifact-path: ./build/embree-*.zip
25
- dpcpp-version: intel-llvm/nightly-2023-10-26-rk
+ dpcpp-version: intel-llvm/v6.0.0-rk
26
shell: cmd
27
cmd: |
28
cmake --preset release-windows -DCMAKE_BUILD_TYPE=Release
@@ -95,7 +95,7 @@ jobs:
95
runs-on: '[ "Linux", "docker", "avx512" ]'
96
artifact-out: release-linux
97
artifact-path: ./build/*.tar.gz
98
99
pre-cmd: |
100
yum -y install epel-release
101
dnf makecache --refresh
0 commit comments