mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 04:17:45 +02:00
Update install commands for OpenSUSE and Arch
This commit is contained in:
parent
826cfd237a
commit
ae789879c6
5
.github/workflows/distro-smoke-test.yml
vendored
5
.github/workflows/distro-smoke-test.yml
vendored
@ -39,14 +39,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies (no sudo for OpenSUSE)
|
# Install our dependencies (no sudo for OpenSUSE)
|
||||||
dnf update -y
|
zypper install --non-interactive zsh tmux fish make gcc psmisc
|
||||||
dnf install -y zsh tmux fish make gcc psmisc
|
|
||||||
- name: Arch-based Setup
|
- name: Arch-based Setup
|
||||||
if: ${{ matrix.distro == 'archlinux:latest' }}
|
if: ${{ matrix.distro == 'archlinux:latest' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies
|
# 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
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user