aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
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 557047e..912db52 100644
--- a/.github/workflows/desmoctl.yml
+++ b/.github/workflows/desmoctl.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Chicken
- run: apt update && apt install -y chicken-bin
+ run: sudo apt update && sudo apt install -y chicken-bin
- name: Install dependencies
run: make deps