CI: remove useless condition
as pointed out in https://github.com/msys2/msys2-autobuild/pull/112/files#r2047370653 if release==false then the location is not used anyway
This commit is contained in:
parent
839b8befc3
commit
caa6a73b53
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -178,7 +178,7 @@ jobs:
|
|||||||
msystem: MSYS
|
msystem: MSYS
|
||||||
update: true
|
update: true
|
||||||
install: ${{ matrix.packages }}
|
install: ${{ matrix.packages }}
|
||||||
location: ${{ matrix.hosted && '\A' || 'D:\A' }}
|
location: '\A'
|
||||||
release: ${{ matrix.hosted }}
|
release: ${{ matrix.hosted }}
|
||||||
cache: ${{ matrix.hosted }}
|
cache: ${{ matrix.hosted }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user