Skip to content

Commit c7f72a5

Browse files
committed
no sudo
1 parent 637ebd8 commit c7f72a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.forgejo/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Install system deps
5050
shell: bash
5151
run: |
52-
sudo apt-get update
53-
sudo apt-get install -y clang lld rsync make
52+
apt-get update
53+
apt-get install -y clang lld rsync make
5454
5555
- name: Build Capy
5656
shell: bash

0 commit comments

Comments
 (0)