summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-08-02 15:18:38 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-08-02 15:18:38 +1000
commit2354cdf8e2357081ec733c34df8c247caed4176b (patch)
treee5c7f9e1d6f99731daaf86f6591e8d5c1b402208
parent615efb81b4ee718b408ef9b6ca2ea210dd098178 (diff)
downloadmod_wsgi-2354cdf8e2357081ec733c34df8c247caed4176b.tar.gz
Run install using sudo.
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index edd1911..87dcbbb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,4 +29,4 @@ jobs:
- name: "Run mod_wsgi-express test"
run: scripts/run-single-test.sh
- name: "Verify CMMI configure/make/make install"
- run: ./configure && make && make install
+ run: ./configure && make && sudo make install