From c016b0cc6c12798612f2226abd72e2f7646650f2 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Mon, 27 Oct 2025 12:51:43 +0900 Subject: [PATCH] Fix Scrutinizer permission issue with sudo --- .scrutinizer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b1c7eb6..d572bd9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,8 +8,8 @@ build: override: true dependencies: before: - - apt-get update -qq - - apt-get install -y libssl-dev pkg-config + - sudo apt-get update -qq + - sudo apt-get install -y libssl-dev pkg-config tests: override: - php-scrutinizer-run