mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Remove sudo since the arch container runs as root
This commit is contained in:
parent
4be3372fff
commit
d9d13e8329
2
.github/workflows/distro-smoke-test.yml
vendored
2
.github/workflows/distro-smoke-test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies
|
# 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
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user