Remove sudo since the arch container runs as root

This commit is contained in:
David Dworken 2024-02-09 18:57:24 -08:00 committed by GitHub
parent 4be3372fff
commit d9d13e8329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
run: |
# Install our dependencies
sudo pacman install -y zsh tmux fish make gcc psmisc
pacman install -y zsh tmux fish make gcc psmisc
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3