File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
matrix :
24
24
build :
25
25
- linux
26
- # - windows
26
+ - windows
27
27
include :
28
28
- build : linux
29
29
os : ubuntu-20.04
30
30
config : gnu
31
- # - build: windows
32
- # os: windows-2019
33
- # config: cl
31
+ - build : windows
32
+ os : windows-2019
33
+ config : cl
34
34
35
35
steps :
36
36
- name : Checkout repository
60
60
- jammy
61
61
- noble
62
62
- macos-universal
63
- # - windows
63
+ - windows
64
64
include :
65
65
- build : focal
66
66
os : ubuntu-20.04
@@ -78,10 +78,10 @@ jobs:
78
78
os : macos-latest
79
79
config : gnu
80
80
pkgfile : bazel-compile-commands_${{ github.event.inputs.version || 0 }}-macos_universal.zip
81
- # - build: windows
82
- # os: windows-2019
83
- # config: cl
84
- # pkgfile: bazel-compile-commands_${{ github.event.inputs.version || 0 }}-windows_amd64.zip
81
+ - build : windows
82
+ os : windows-2019
83
+ config : cl
84
+ pkgfile : bazel-compile-commands_${{ github.event.inputs.version || 0 }}-windows_amd64.zip
85
85
86
86
steps :
87
87
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments