From c731192d766994bff975e0088f46ea89bc28b792 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 13 Oct 2021 17:11:39 -0700 Subject: [PATCH] run commands with elevated permissions using `sudo` --- .github/workflows/basic-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-test.yml b/.github/workflows/basic-test.yml index 70fc5c1..fe2bbac 100644 --- a/.github/workflows/basic-test.yml +++ b/.github/workflows/basic-test.yml @@ -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