Skip to content

Commit 95bbcf4

Browse files
committed
ci: add sudo
1 parent 34aa556 commit 95bbcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v3
1010

1111
- name: Install
12-
run: apt update && apt install -y git emacs-nox zip
12+
run: sudo apt update && sudo apt install -y git emacs-nox zip
1313

1414
- name: Build
1515
run: git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d && \

0 commit comments

Comments
 (0)