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 3bb3682 commit 62df0f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,9 @@ jobs:
cache-prefix: "z1"
allow-prerelease-opam: true



- name: wintest
run: |
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"
bash -c "rm -rf D:/cygwin/var/log"
bash -c "cat D:/cygwin/var/log/setup.log.full"
if: runner.os == 'Windows'

- run: opam install -v . --with-test --deps-only
Expand Down

0 comments on commit 62df0f0

Please sign in to comment.