Skip to content

Commit b4c8ebd

Browse files
committed
fix(workflow): uncomment and enable Windows build configurations
1 parent 43b9519 commit b4c8ebd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
make: LLAMA="-DGGML_NATIVE=ON -DGGML_METAL=ON -DGGML_ACCELERATE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=Apple" WHISPER="-DGGML_METAL=ON -DGGML_ACCELERATE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=Apple -DWHISPER_COREML=ON -DWHISPER_COREML_ALLOW_FALLBACK=ON"
7070

7171
# Windows builds (commented out but ready to enable)
72-
# - os: windows-latest
73-
# arch: x86_64
74-
# name: windows-cpu
75-
# make: LLAMA="-DGGML_NATIVE=ON"
76-
# - os: windows-latest
77-
# arch: x86_64
78-
# name: windows-vulkan
79-
# make: LLAMA="-DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
72+
- os: windows-latest
73+
arch: x86_64
74+
name: windows-cpu
75+
make: LLAMA="-DGGML_NATIVE=ON"
76+
- os: windows-latest
77+
arch: x86_64
78+
name: windows-vulkan
79+
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
8080

8181
# Android builds
8282
- os: ubuntu-latest

0 commit comments

Comments
 (0)