Skip to content

Commit

Permalink
fix suse
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent cd8c2ad commit 7bdc6e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bdc6e6

Please sign in to comment.