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 89d5bc1 commit 0cb67f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:

- name: wintest
run: |
bash -c "ls C:\hostedtoolcache\windows\cygwin\3.5.3\x86_64\setup-x86_64.exe"
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 "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 0cb67f7

Please sign in to comment.