summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-27 20:29:17 -0400
committerAnthony Green <green@moxielogic.com>2022-09-27 20:29:17 -0400
commitfe68a7b998329f471c3c0c5726073b9cb1a5a126 (patch)
tree8294cb98f8e67c0b2c9d55ab73dfafd30f3f1065
parentcfb3f4c255cda534d1dc5de6a31cff70f02f9d69 (diff)
downloadlibffi-fe68a7b998329f471c3c0c5726073b9cb1a5a126.tar.gz
Locate tools
-rw-r--r--.github/workflows/build.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d056911..ad7f924 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -344,13 +344,9 @@ jobs:
with:
arch: ${{ matrix.tools }}
- - name: Detect tools
- run: |
- $(cygpath $RUNNER_WORKSPACE)/libffi/.ci/msvs-detect --arch=${{ matrix.arch }} --with-assembler
- shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
-
- name: Build and test
run: |
+ find /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.16.27023/bin
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