Skip to content

Commit

Permalink
Update install commands for OpenSUSE and Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken authored Feb 10, 2024
1 parent 826cfd2 commit ae78987
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/distro-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae78987

Please sign in to comment.