From caa6a73b53de4e2525fa87e0ffcac6f733530cbf Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 16 Apr 2025 19:54:04 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 259a2e3..b2d4009 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,7 +178,7 @@ jobs: msystem: MSYS update: true install: ${{ matrix.packages }} - location: ${{ matrix.hosted && '\A' || 'D:\A' }} + location: '\A' release: ${{ matrix.hosted }} cache: ${{ matrix.hosted }}