diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-04 15:43:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-04 15:43:07 +0200 |
| commit | 196337e6320063bd60b37d5f89268a8040812eaf (patch) | |
| tree | d7fd2e9abc71e0ce96665baef34c4ae1842e0a82 /.github/workflows | |
| parent | 4b6342062f6f61f620d04309730c68b8cf2abc00 (diff) | |
Add even more sudo
Diffstat (limited to '.github/workflows')
| -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 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 |
