Skip to content

Commit

Permalink
dare we go for the bonus and get magick working?
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Dec 29, 2024
1 parent a7ab6c4 commit 134812a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

buildNightlyWSL:
name: Build Nightly Windows Packages
needs: exportDockerRootFS
needs: exportDockerRootFS, exportDockerRootFSLegacy
runs-on: windows-latest
steps:
- uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions tools/build/docker/install-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if [ -f /etc/alpine-release ]; then
curl -L https://cpanmin.us | perl - App::cpanminus
ln -s /opt/perl/bin/cpanm /usr/bin/cpanm
cpanm IO::Socket::SSL --notest
cpanm Image::Magick --notest

else # Those packages don't exist on 3.12
apk add perl perl-io-socket-ssl perl-dev s6-overlay libjxl
Expand Down

0 comments on commit 134812a

Please sign in to comment.