Jeff Epler 2023-07-17 03:10:23 -05:00 committed by GitHub
parent d072086c56
commit d025aa3cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
- name: Install requirements
run: |
if type -path apt-get; then
sudo apt-get install gcc-multilib
sudo apt update && sudo apt-get install gcc-multilib
fi
- name: Versions
@ -84,7 +84,7 @@ jobs:
- name: Install requirements
run: |
if type -path apt-get; then
sudo apt-get install gettext librsvg2-bin
sudo apt update && sudo apt-get install gettext librsvg2-bin
else
brew install gettext librsvg
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin