From 39ab6c33435c251099aa00937a2e2bfc8d29a2d8 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 29 Jul 2024 10:19:14 +0200 Subject: [PATCH] chore: CI: fix msys2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30db034b9430..955cd8769bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,8 +298,8 @@ jobs: uses: msys2/setup-msys2@v2 with: msystem: clang64 - # `:p` means prefix with appropriate msystem prefix - pacboy: "make python cmake:p clang:p ccache:p gmp:p git zip unzip diffutils binutils tree zstd:p tar" + # `:` means do not prefix with msystem + pacboy: "make: python: cmake clang ccache gmp git: zip: unzip: diffutils: binutils: tree: zstd tar:" if: runner.os == 'Windows' - name: Install Brew Packages run: |