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