Removed use of sudo

This commit is contained in:
David Murphy 2024-11-05 13:57:10 -07:00
parent 46fdd9ed68
commit efe775e630
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -81,7 +81,8 @@ jobs:
- name: Bootstrap Salt
run: |
sudo sh -x ./bootstrap-salt.sh
## sudo sh -x ./bootstrap-salt.sh
sh -x ./bootstrap-salt.sh
- name: Test Bootstrap
run: |