Skip to content

Commit

Permalink
make sure pacboy is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Feb 2, 2023
1 parent abb90b0 commit bd3bdbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-msys2.yml
Expand Up @@ -44,6 +44,10 @@ jobs:

- name: Install dependencies
run: |
pacman -S --noconfirm \
pactoys \
subversion
pacboy -S --noconfirm \
freetype:p \
gcc:p \
Expand All @@ -59,8 +63,7 @@ jobs:
python3-numpy:p \
python3-olefile:p \
python3-pip:p \
python3-setuptools:p \
subversion:
python3-setuptools:p
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
pacboy -S --noconfirm \
Expand Down

0 comments on commit bd3bdbc

Please sign in to comment.