aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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