From 2020960a375ec3de83d3ac9b79f7e1f7b31a8c8f Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 19 Jun 2024 01:58:44 -0400 Subject: [PATCH] fix suse tar --- .github/workflows/test_run_qna.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index cca230a..634ae28 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -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'