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 ed3c4bf commit ddff3d9Copy full SHA for ddff3d9
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- os: macOS-15
43
pocl: local
44
- os: windows-2025
45
- pocl: local
+ pocl: local
46
steps:
47
- uses: actions/checkout@v4
48
- uses: julia-actions/install-juliaup@v2
@@ -136,6 +136,7 @@ jobs:
136
annotate: true
137
- name: Setup BusyBox
138
if: runner.os == 'Windows'
139
+ shell: pwsh
140
run: |
141
Invoke-WebRequest https://frippery.org/files/busybox/busybox64.exe -OutFile C:\Windows\drop.exe
142
- name: Test KernelAbstractions.jl (de-escalated)
0 commit comments