diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-01-24 00:45:14 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 00:45:14 +1300 |
| commit | 93a533906e855a19ab5e64849df91e6fe9940712 (patch) | |
| tree | 93216e4c071bfaf79beaf9c4e0874d79f39a2db6 /.github/workflows/mingw_w64 | |
| parent | 93c3a165126ac4c7caf4d2ffa2f7dd71633e7be3 (diff) | |
| download | PROJ-93a533906e855a19ab5e64849df91e6fe9940712.tar.gz PROJ-93a533906e855a19ab5e64849df91e6fe9940712.zip | |
CI: transition tests from autotools to cmake (#3023)
Diffstat (limited to '.github/workflows/mingw_w64')
| -rwxr-xr-x | .github/workflows/mingw_w64/start.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mingw_w64/start.sh b/.github/workflows/mingw_w64/start.sh index 0c6d4766..0b64874e 100755 --- a/.github/workflows/mingw_w64/start.sh +++ b/.github/workflows/mingw_w64/start.sh @@ -51,8 +51,8 @@ ccache -s MINGW_ARCH=x86_64-w64-mingw32 MINGW_PREFIX=/usr/lib/gcc/$MINGW_ARCH/7.3-posix -export CC="ccache $MINGW_ARCH-gcc" -export CXX="ccache $MINGW_ARCH-g++" +export CC="$MINGW_ARCH-gcc" +export CXX="$MINGW_ARCH-g++" export LD=$MINGW_ARCH-ld UNAME="$(uname)" || UNAME="" |
