From 67f955686a0592d3117f992e0d5d03fd605b2422 Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 19 Jun 2024 02:01:17 -0400 Subject: [PATCH] fix suse --- .github/workflows/test_run_qna.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index 634ae28..869e342 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -173,17 +173,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - container-image: - [ - "opensuse/leap:15", - "opensuse/tumbleweed:latest", - "registry.suse.com/suse/sles12sp5:latest", - ] + container-image: ["opensuse/tumbleweed:latest"] container: image: ${{ matrix.container-image }} steps: - name: install prereqs run: | + zypper -n addrepo https://download.opensuse.org/repositories/Base:System/openSUSE_Tumbleweed/Base:System.repo zypper install -y tar - uses: actions/checkout@v4