From 8b401da301a171dbc343edc0de144cb2e28d5c48 Mon Sep 17 00:00:00 2001 From: Danack Date: Sun, 7 Jul 2024 16:47:11 +0200 Subject: [PATCH] Skip debug script. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca4765f0..37f3bbcb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,9 +51,9 @@ jobs: for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file from package.xml" ; exit 1); done bash ./imagemagick_dependency.sh "${{ matrix.imagemagick }}" $(pwd) - - name: Debug ImageMagick policy - run: | - bash ./debug_policy.sh +# - name: Debug ImageMagick policy +# run: | +# bash ./debug_policy.sh - name: Configure, install, and basic checks run: |