diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d21fcf3da1..35b8f0895f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: - uses: msys2/setup-msys2@v2 with: msystem: ${{ contains(matrix.msystem, 'ARM64') && 'MSYS' || matrix.msystem }} - install: VCS base-devel binutils pactoys ${{ matrix.toolchain }} + install: VCS base-devel pactoys ${{ matrix.toolchain }} update: true release: ${{ runner.arch != 'ARM64' }} location: 'D:\M'