Skip to content

Commit

Permalink
Do we need ImageMagick6 for #1?
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Oct 23, 2021
1 parent 64cb6b9 commit 25707dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ task:
USER: 1000
CIRRUS_CLONE_DEPTH: 1
GITHUB_TOKEN: ENCRYPTED[!0f42e3f70fd51cdeddfe7e98160982fc9efe7e8a26869b725fcd5de05d067a7100b994cf52f0f1b470a983148e0b8ec2!]
APPLICATION_NAME: Scribus
PACKAGE_NAMES: scribus-devel
EXECUTABLE_NAME: scribus
APPLICATION_NAME: Blender
PACKAGE_NAMES: blender
EXECUTABLE_NAME: blender

auto_cancellation: false
stateful: false
Expand All @@ -32,7 +32,7 @@ task:
- kldload tmpfs.ko || true
- kldload nullfs.ko || true
- kldload geom_uzip.ko || true
- pkg install -y pkg wget sha zip patchelf ca_root_nss sudo ImageMagick7-nox11
- pkg install -y pkg wget sha zip patchelf ca_root_nss sudo ImageMagick6 # ImageMagick7-nox11

Build_script:
- mkdir -p work
Expand Down

0 comments on commit 25707dc

Please sign in to comment.