1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

GH Actions: remove link.EXE from Git for Windows

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be 2021-07-17 13:07:53 -05:00 committed by Panagiotis Vasilopoulos
parent 0e84ddc446
commit 8f67eb587b

View File

@ -95,6 +95,11 @@ jobs:
with:
arch: ${{ matrix.config.arch }}
# Having this in PATH breaks building LAME in Conan when not using Visual Studio CMake generator
- name: "[Windows] Remove MinGW link"
if: runner.os == 'Windows'
run: rm "C:/Program Files/Git/usr/bin/link.EXE"
- name: "[Windows] Install sccache"
if: runner.os == 'Windows'
run: choco install sccache