aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-04 15:43:07 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-04 15:43:07 +0200
commit196337e6320063bd60b37d5f89268a8040812eaf (patch)
treed7fd2e9abc71e0ce96665baef34c4ae1842e0a82 /.github/workflows
parent4b6342062f6f61f620d04309730c68b8cf2abc00 (diff)
Add even more sudo
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desmoctl.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/desmoctl.yml b/.github/workflows/desmoctl.yml
index 912db52..bdc8276 100644
--- a/.github/workflows/desmoctl.yml
+++ b/.github/workflows/desmoctl.yml
@@ -17,7 +17,7 @@ jobs:
run: sudo apt update && sudo apt install -y chicken-bin
- name: Install dependencies
- run: make deps
+ run: sudo make deps
- name: Run tests
run: make test