Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
run commands with elevated permissions using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 14, 2021
1 parent e1b7319 commit c731192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# We should automatically be back in the main, parent directory, now.
- name: Install `http-server`.
run: npm i --global http-server
run: sudo npm i --global http-server
- name: Turn off server caching.
run: http-server -c-1

Expand Down

0 comments on commit c731192

Please sign in to comment.