Skip to content

Commit

Permalink
Echo commands, use sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 6, 2024
1 parent dd65041 commit aab51eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debug_github_action_failing.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh


set -e
# set -x
# set -e
set -x

# Check contents of directories
ls -l /usr
ls -l /usr/local
ls -l /usr/local/lib

# see if randomly calling ldconfig helps
ldconfig /usr/local/lib
sudo ldconfig /usr/local/lib

0 comments on commit aab51eb

Please sign in to comment.