Skip to content

Commit

Permalink
ci: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Jan 14, 2025
1 parent 34aa556 commit 95bbcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v3

- name: Install
run: apt update && apt install -y git emacs-nox zip
run: sudo apt update && sudo apt install -y git emacs-nox zip

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

0 comments on commit 95bbcf4

Please sign in to comment.