Skip to content

Commit 400a86f

Browse files
test 1309
1 parent 8a052ad commit 400a86f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-1309.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
5555
- uses: actions/checkout@v6
5656

57+
- name: Ensure Sudo is Installed
58+
run: |
59+
if ! command -v sudo &> /dev/null; then
60+
echo "sudo could not be found. Installing..."
61+
apt-get update && apt-get install -y sudo
62+
fi
5763
- name: Fix pip cache permissions
5864
run: sudo chown -R $(whoami) /github/home
5965
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)