From 7bdc6e659f63a5be35aebade728f5b4c0dba4834 Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 19 Jun 2024 01:57:30 -0400 Subject: [PATCH] fix suse --- .github/workflows/test_run_qna.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index 8d6a5d3..cca230a 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -184,10 +184,9 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: install prereqs - # run: | - # apt-get -y update - # apt-get install -y curl binutils + - name: install prereqs + run: | + zypper install -y tar # https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os - name: run qna linux suse