Skip to content

Commit

Permalink
Fix Windows Build
Browse files Browse the repository at this point in the history
Cuda install was failing on Windows 2022 because of this issue:

Jimver/cuda-toolkit#263

So we'll use windows-2019 to build instead.
  • Loading branch information
mdegans committed May 23, 2024
1 parent 60e3a45 commit 05bb096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
compression-level: 9
overwrite: true
windows-test:
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -112,6 +112,8 @@ jobs:
version: "18"
- name: Installe Cuda Toolkit
uses: Jimver/[email protected]
with:
cuda: "12.4.1"
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 05bb096

Please sign in to comment.