Skip to content

Commit

Permalink
fix suse tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent 7bdc6e6 commit 2020960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ jobs:
container:
image: ${{ matrix.container-image }}
steps:
- uses: actions/checkout@v4

- name: install prereqs
run: |
zypper install -y tar
- uses: actions/checkout@v4

# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna linux suse
if: runner.os == 'Linux'
Expand Down

0 comments on commit 2020960

Please sign in to comment.