Skip to content

Commit

Permalink
CI: install webp-pixbuf-loader on the macOS builds.
Browse files Browse the repository at this point in the history
This should cause the webp pixbuf loader to be packaged up into the
macOS installer.

Bug: #770
  • Loading branch information
cameronwhite committed Apr 17, 2024
1 parent 0874e8b commit 5ed7b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
dotnet-version: ${{env.DOTNET_VERSION}}
- name: Install Dependencies
run: brew install libadwaita adwaita-icon-theme gettext
run: brew install libadwaita adwaita-icon-theme gettext webp-pixbuf-loader
- name: Build
run: dotnet build Pinta.sln -c Release
- name: Test
Expand Down Expand Up @@ -127,9 +127,9 @@ jobs:
update: true
install: mingw-w64-x86_64-libadwaita
- name: Build
run: dotnet build Pinta.sln -c Release -p:MinGWFolder=${MINGW_PREFIX}
run: dotnet build Pinta.sln -c Release -p:MinGWFolder=${MINGW_PREFIX}
- name: Test
run: dotnet test Pinta.sln -c Release -p:MinGWFolder=${MINGW_PREFIX}
run: dotnet test Pinta.sln -c Release -p:MinGWFolder=${MINGW_PREFIX}

# Note that msgfmt is already available from the Git for Windows installation!
- name: Build Installer
Expand Down

0 comments on commit 5ed7b3c

Please sign in to comment.