Skip to content

Commit 25abe9e

Browse files
authored
Update build-windows.yml
Re-enable workflow on windows-latest with default compile (VS2026 on x64)
1 parent 24b9c5d commit 25abe9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: Build XRT (Windows)
55

66
on:
7-
# push:
8-
# branches: [master, main]
9-
# pull_request:
10-
# branches: [master, main]
7+
push:
8+
branches: [master, main]
9+
pull_request:
10+
branches: [master, main]
1111
workflow_dispatch:
1212

1313
# Disable vcpkg NuGet binary cache; the Azure feed is often unreachable from GitHub runners.

0 commit comments

Comments
 (0)