Update arch install command

This commit is contained in:
David Dworken 2024-02-09 19:05:58 -08:00 committed by GitHub
parent df24ba1b93
commit 4d0faabff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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