Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 20, 2024
1 parent db55af1 commit 89d5bc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ jobs:
opam-repositories: |
default: https://github.com/hhugo/opam-repository.git#gmp-mingw
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
cache-prefix: "z1"
allow-prerelease-opam: true



- name: wintest
run: |
bash -c "ls D:/cygwin/var/log"
bash -c "ls C:\hostedtoolcache\windows\cygwin\3.5.3\x86_64\setup-x86_64.exe"
bash -c "mkdir -p D:/.opam/.cygwin"
bash -c "cp C:\hostedtoolcache\windows\cygwin\3.5.3\x86_64\setup-x86_64.exe D:/.opam/.cygwin/"
bash -c "ls D:/.opam/"
bash -c "ls D:/.opam/.cygwin"
bash -c "ls D:/cygwin/var/log"
Expand Down

0 comments on commit 89d5bc1

Please sign in to comment.