Skip to content

Commit

Permalink
Update betty installation script to run with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Younis-Ahmed committed Feb 24, 2024
1 parent 2f6b22e commit 9fb6d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y exuberant-ctags
- name: Install betty
run: |
./bettyfixer/install_dependency/.Betty/install.sh &&
sudo ./bettyfixer/install_dependency/.Betty/install.sh &&
sudo mv bettyfixer/install_dependency/.Betty/betty.sh /bin/betty
- name: Create test-results directory
run: mkdir -p test-results
Expand Down

0 comments on commit 9fb6d2e

Please sign in to comment.