mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
GH Actions: remove link.EXE from Git for Windows
Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
parent
0e84ddc446
commit
8f67eb587b
5
.github/workflows/cmake_build.yml
vendored
5
.github/workflows/cmake_build.yml
vendored
@ -95,6 +95,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: ${{ matrix.config.arch }}
|
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"
|
- name: "[Windows] Install sccache"
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: choco install sccache
|
run: choco install sccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user