Skip to content

Commit

Permalink
raise sudo level
Browse files Browse the repository at this point in the history
  • Loading branch information
markdturner committed Jun 26, 2024
1 parent 27e90f7 commit 13fe334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Ruby
run: sudo apt-get install ruby-full -y
- name: Install Compass
run: gem install compass
run: sudo gem install compass
- name: Install Global Dependencies
run: npm install grunt-cli && npm install yarn
- name: Install Dependencies
Expand Down

0 comments on commit 13fe334

Please sign in to comment.