From e73a4e79f6113a23c929e419f23b2d40400a527c Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 09:51:49 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 5893703ba..be0ad85af 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -15,6 +15,10 @@ jobs: steps: + - uses: msys2/setup-msys2@v2 + with: + path-type: inherit + - name: Checkout repository uses: actions/checkout@v2