summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-27 21:05:26 -0400
committerAnthony Green <green@moxielogic.com>2022-09-27 21:05:26 -0400
commit4594dcc98770b4fa60fce313abf557f090f8a0fd (patch)
tree8f4f4aafabf957e7e5cd1ac65b13608d18b66ba2
parentfe68a7b998329f471c3c0c5726073b9cb1a5a126 (diff)
downloadlibffi-4594dcc98770b4fa60fce313abf557f090f8a0fd.tar.gz
Fix find
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ad7f924..7d8f859 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -346,7 +346,7 @@ jobs:
- name: Build and test
run: |
- find /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.16.27023/bin
+ find "/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.16.27023/bin" -type f
export PATH=$PATH:"/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.16.27023/bin/HostX64/x64"
cd $(cygpath $RUNNER_WORKSPACE)/libffi
wget https://rl.gl/cli/rlgl-windows-amd64.zip