Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/ci.cpu.yml
  • Loading branch information
ericniebler authored Jun 14, 2024
commit 23af5ceafb66e954e8201ba9dfbb726925878561
2 changes: 1 addition & 1 deletion .github/workflows/ci.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: pwsh
run: |
docker pull rapidsai/devcontainers:24.08-cuda12.4-cl14.28-windows2022
docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:24.08-cuda12.4-cl14.28-windows2022 C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}'
docker run --isolation=process -v "$(pwd):C:/stdexec" rapidsai/devcontainers:24.08-cuda12.4-cl14.28-windows2022 pwsh -f C:/stdexec/.github/workflows/test-windows.ps1 -Compiler '${{ matrix.compiler }}' -Config '${{ matrix.build }}'

ci-cpu-windows:
runs-on: windows-latest
Expand Down