Skip to content

Commit

Permalink
Try fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosal1015 committed Jan 2, 2025
1 parent b94d866 commit 6b203e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actions/upgrade-archlinux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ runs:
shell: bash -e {0}
run: pacman-key --init

- name: Disable the default sandbox
shell: bash -e {0}
run: |
# See https://github.com/arch4edu/cactus/issues/10
sed 's/^#DisableSandbox/DisableSandbox/' -i /etc/pacman.conf || :
sed 's/^DownloadUser/#DownloadUser/' -i /etc/pacman.conf || :
- name: Upgrade the system
shell: bash -e {0}
run: pacman -Syu --noconfirm
Expand Down

0 comments on commit 6b203e7

Please sign in to comment.