Commit fe68a7b998329f471c3c0c5726073b9cb1a5a126

Anthony Green 2022-09-27T20:29:17

Locate tools

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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