Skip to content

Commit

Permalink
CI: fix some Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Nov 20, 2024
1 parent a213303 commit 1060f5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/internal.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@ jobs:
with:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-debug
Expand All @@ -1213,6 +1214,7 @@ jobs:
with:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-namespace
Expand All @@ -1225,6 +1227,7 @@ jobs:
with:
project: oidn
runs-on: '[ "Windows", "cuda", "hip" ]'
msvc-version: "2022"
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
ocloc-version: oneAPI/ocloc/2025.0
artifact-out: build-windows-namespace-static
Expand Down

0 comments on commit 1060f5f

Please sign in to comment.