From 0cb67f784eaf45725992f2f1791248ce641e80a8 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Thu, 20 Jun 2024 13:13:30 +0200 Subject: [PATCH] WIP --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2fc235..73a5d3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"