Skip to content

Commit

Permalink
feat(ci): older cpu without vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 26, 2024
1 parent 928255b commit bb0e1a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/windows_special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ jobs:
fail-fast: false
matrix:
include:
# Windows no AVX2
- platform: "windows-latest"
args: ''
pre-build-args: "--older-cpu"
name: "older-cpu"
rust-version: "stable"

# Windows no AVX2
- platform: "windows-latest"
args: '--features="vulkan"'
pre-build-args: "--older-cpu --vulkan"
name: "older-cpu"
name: "older-cpu-vulkan"
rust-version: "stable"

# # Windows cuda 12.5.0
Expand Down

0 comments on commit bb0e1a7

Please sign in to comment.