From 9c0fa0aa8ea6ea3e3c20c186fedb27ad2a2a4d61 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 21 Nov 2024 19:50:25 +0100 Subject: [PATCH] fix(ci): try to reuse msys2 dep --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0693275546..5ef258c78e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -202,6 +202,8 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.6 - uses: msys2/setup-msys2@v2 + with: + release: false - name: build tests run: |