Install git and tar for opensuse smoke tests

This commit is contained in:
David Dworken 2024-07-10 17:50:37 -07:00
parent a62a437143
commit c0a5a1714d
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ jobs:
run: | run: |
# Install our dependencies # Install our dependencies
zypper install -y zsh tmux fish make gcc psmisc zypper install -y zsh tmux fish make gcc psmisc git tar
- name: Arch-based Setup - name: Arch-based Setup
if: ${{ matrix.distro == 'archlinux:latest' }} if: ${{ matrix.distro == 'archlinux:latest' }}
run: | run: |