We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34aa556 commit 95bbcf4Copy full SHA for 95bbcf4
.github/workflows/build_config.yml
@@ -9,7 +9,7 @@ jobs:
9
uses: actions/checkout@v3
10
11
- name: Install
12
- run: apt update && apt install -y git emacs-nox zip
+ run: sudo apt update && sudo apt install -y git emacs-nox zip
13
14
- name: Build
15
run: git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d && \
0 commit comments