mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Update install commands for OpenSUSE and Arch
This commit is contained in:
parent
fee074b14c
commit
078514439d
5
.github/workflows/distro-smoke-test.yml
vendored
5
.github/workflows/distro-smoke-test.yml
vendored
@ -39,14 +39,13 @@ jobs:
|
||||
run: |
|
||||
|
||||
# Install our dependencies (no sudo for OpenSUSE)
|
||||
dnf update -y
|
||||
dnf install -y zsh tmux fish make gcc psmisc
|
||||
zypper install --non-interactive zsh tmux fish make gcc psmisc
|
||||
- name: Arch-based Setup
|
||||
if: ${{ matrix.distro == 'archlinux:latest' }}
|
||||
run: |
|
||||
|
||||
# Install our dependencies
|
||||
pacman install -y zsh tmux fish make gcc psmisc
|
||||
pacman install --noconfirm zsh tmux fish make gcc psmisc
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user