diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-04 15:40:42 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-04 15:40:42 +0200 |
| commit | 4b6342062f6f61f620d04309730c68b8cf2abc00 (patch) | |
| tree | 4aad934e93bf0eae7261b63d6d79817b8ecf119c /.github | |
| parent | dd52025ef0732a64ba162010597cfaa48cfdd50e (diff) | |
Add some sudo to the workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desmoctl.yml | 2 |
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 |
