ci: explicitly install pactoys-git

For some reason it seems to have stopped being installed, so do it explicitly.

Fixes msys2/MSYS2-packages#2524
This commit is contained in:
jeremyd2019
2021-05-30 12:30:36 -07:00
committed by GitHub
parent e9e6a269fd
commit fc7c60c8fc

View File

@@ -33,7 +33,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
install: git msys2-devel base-devel binutils ${{ matrix.toolchain }}
install: git msys2-devel base-devel binutils pactoys-git ${{ matrix.toolchain }}
update: true
- name: Add staging repo