Skip to content

Commit

Permalink
fix suse zypper
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent c6de873 commit b880810
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 @@ -180,8 +180,8 @@ jobs:
- name: install prereqs
# https://software.opensuse.org/download.html?project=Base%3ASystem&package=tar
run: |
zypper -n --gpg-auto-import-keys addrepo -y https://download.opensuse.org/repositories/Base:System/openSUSE_Tumbleweed/Base:System.repo
zypper install -y tar
zypper --no-gpg-checks --gpg-auto-import-keys --non-interactive addrepo https://download.opensuse.org/repositories/Base:System/openSUSE_Tumbleweed/Base:System.repo
zypper install --no-confirm tar
- uses: actions/checkout@v4

Expand Down

0 comments on commit b880810

Please sign in to comment.