Skip to content

Commit 43c962b

Browse files
committed
fix(workflow): install sqlite alongside ninja for cuda, hip, and sycl on Windows
1 parent 9e6403e commit 43c962b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ jobs:
295295
"PATH=$env:PATH;$($HIP_PWSH.Replace('\', '/'))/bin" | Out-File -FilePath $env:GITHUB_ENV -Append
296296
shell: pwsh
297297

298-
- name: windows install ninja for cuda, hip, and sycl
298+
- name: windows install ninja and sqlite for cuda, hip, and sycl
299299
if: matrix.name == 'windows-cuda' || matrix.name == 'windows-hip' || matrix.name == 'windows-sycl'
300-
run: choco install ninja
300+
run: choco install ninja sqlite -y
301301
shell: pwsh
302302

303303
- name: cache intel oneapi toolkit

0 commit comments

Comments
 (0)