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 fa21c4c commit db55af1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ jobs:
cache-prefix: "z1"
allow-prerelease-opam: true

- run: bash -c "rm -rf D:/cygwin/var/log"


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

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

0 comments on commit db55af1

Please sign in to comment.