summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-25 23:26:36 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-25 23:26:36 +1000
commit02e624273b9c78a49a01239159b8c09b8409b1a0 (patch)
tree0740d23b3b0f3ae892ca12d398c74c9f0ff83bc0 /.github
parent460ae5d93051bab70239ad823dd784822d58baad (diff)
Set SUDO for tests and cleanup.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upstream.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index fec110cd..fb720828 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -10,6 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
TARGET_HOST: ${{ matrix.os }}
+ SUDO: sudo
strategy:
fail-fast: false
matrix: