From 2354cdf8e2357081ec733c34df8c247caed4176b Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 2 Aug 2021 15:18:38 +1000 Subject: Run install using sudo. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1