From aab51ebf92593b0a2bb9295737cbdbea2a70c1d5 Mon Sep 17 00:00:00 2001 From: Danack Date: Sat, 6 Jul 2024 16:08:22 +0200 Subject: [PATCH] Echo commands, use sudo. --- debug_github_action_failing.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debug_github_action_failing.sh b/debug_github_action_failing.sh index 10934a96..ea48ec84 100644 --- a/debug_github_action_failing.sh +++ b/debug_github_action_failing.sh @@ -1,8 +1,8 @@ #!/bin/sh -set -e -# set -x +# set -e +set -x # Check contents of directories ls -l /usr @@ -10,4 +10,4 @@ ls -l /usr/local ls -l /usr/local/lib # see if randomly calling ldconfig helps -ldconfig /usr/local/lib \ No newline at end of file +sudo ldconfig /usr/local/lib \ No newline at end of file