mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-09 07:01:55 +01:00
More tweaks to install commands
This commit is contained in:
parent
078514439d
commit
64860f5028
6
.github/workflows/distro-smoke-test.yml
vendored
6
.github/workflows/distro-smoke-test.yml
vendored
@ -38,14 +38,14 @@ jobs:
|
|||||||
if: ${{ matrix.distro == 'opensuse/leap:latest' }}
|
if: ${{ matrix.distro == 'opensuse/leap:latest' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Install our dependencies (no sudo for OpenSUSE)
|
# Install our dependencies
|
||||||
zypper install --non-interactive zsh tmux fish make gcc psmisc
|
zypper 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 --noconfirm zsh tmux fish make gcc psmisc
|
pacman install -Sy --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…
Reference in New Issue
Block a user