From 5b592bb63a441ad367cef9d51d4befb17bba02bf Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 3 Aug 2024 14:08:21 +0200 Subject: [PATCH] CI: use the new setup-msys2 output for finding the install location --- .github/workflows/generate-srcinfo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-srcinfo.yml b/.github/workflows/generate-srcinfo.yml index 5566467b4a..14200d4404 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -31,6 +31,7 @@ jobs: pipx install --python '${{ steps.setup-python.outputs.python-path }}' git+https://github.com/msys2/msys2-devtools - uses: msys2/setup-msys2@v2 + id: msys2 with: msystem: MSYS update: true @@ -45,8 +46,7 @@ jobs: - name: Parse PKGBUILDs and update srcinfo.json.gz run: | - $MSYS2_ROOT=(msys2 -c 'cygpath -w /') - msys2-srcinfo-cache --time-limit 19800 mingw "$MSYS2_ROOT" . srcinfo.json.gz + msys2-srcinfo-cache --time-limit 19800 mingw '${{ steps.msys2.outputs.msys2-location }}' . srcinfo.json.gz - name: Update the PyPI cache run: |