File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848# skip-effects: true
4949# skip-test: false
5050# skip-doc: true
51- # - os: windows-latest
52- # ocaml-compiler: "4.14"
53- # skip-effects: true
54- # skip-test: false
55- # skip-doc: true
51+ - os : windows-latest
52+ ocaml-compiler : " 4.14"
53+ skip-effects : true
54+ skip-test : false
55+ skip-doc : true
5656# - os: ubuntu-latest
5757# ocaml-compiler: "5.3"
5858# skip-effects: false
@@ -74,11 +74,11 @@ jobs:
7474# skip-effects: true
7575# skip-test: false
7676# skip-doc: true
77- # - os: windows-latest
78- # ocaml-compiler: "5.3"
79- # skip-effects: false
80- # skip-test: false
81- # skip-doc: true
77+ - os : windows-latest
78+ ocaml-compiler : " 5.3"
79+ skip-effects : false
80+ skip-test : false
81+ skip-doc : true
8282
8383 runs-on : ${{ matrix.os }}
8484
@@ -127,14 +127,14 @@ jobs:
127127 - run : opam install conf-pkg-config conf-mingw-w64-g++-i686 conf-mingw-w64-g++-x86_64
128128 if : runner.os == 'Windows'
129129
130- - name : Set-up Binaryen
131- 132- with :
133- token : ${{ github.token }}
134-
135- - name : Install faked binaryen-bin package
136- # It's faster to use a cached version
137- run : opam install --fake binaryen-bin
130+ # - name: Set-up Binaryen
131+ # uses: Aandreba/[email protected] 132+ # with:
133+ # token: ${{ github.token }}
134+ #
135+ # - name: Install faked binaryen-bin package
136+ # # It's faster to use a cached version
137+ # run: opam install --fake binaryen-bin
138138
139139 - run : opam install . --best-effort
140140 if : ${{ matrix.skip-test }}
You can’t perform that action at this time.
0 commit comments