We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892be68 commit fbf5272Copy full SHA for fbf5272
.github/workflows/main.yml
@@ -206,8 +206,7 @@ jobs:
206
shell: cmd
207
run: .github\scripts\cygwin.cmd ${{ matrix.build }} D:\Cache\cygwin ${{ matrix.host }}
208
- name: Cygwin info
209
- shell: cmd
210
- run: D:\cygwin\usr\bin\uname.exe -a
+ run: uname.exe -a
211
- name: Unpack OCaml ${{ matrix.ocamlv }}
212
run: bash -exu .github/scripts/main/ocaml-cache.sh ${{ runner.os }} ${{ matrix.ocamlv }} ${{ matrix.host }}
213
- name: Build
0 commit comments