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:
Christoph Reiter 2025-04-16 19:54:04 +02:00
parent 839b8befc3
commit caa6a73b53

View File

@ -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 }}