1 parent 8a052ad commit 400a86fCopy full SHA for 400a86f
1 file changed
.github/workflows/test-1309.yml
@@ -54,6 +54,12 @@ jobs:
54
55
- uses: actions/checkout@v6
56
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
63
- name: Fix pip cache permissions
64
run: sudo chown -R $(whoami) /github/home
65
- uses: actions/setup-python@v6
0 commit comments