Skip to content

Commit

Permalink
troubleshoot debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent 0296075 commit e6afd75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ jobs:
image: ${{ matrix.container-image }}
steps:
- uses: actions/checkout@v4

- name: install prereqs
run: apt install -y curl ar

# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit e6afd75

Please sign in to comment.