Skip to content

Commit

Permalink
try to fix apt-get debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent 561a9ad commit 5194ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ jobs:
- uses: actions/checkout@v4

- name: install prereqs
run: apt-get install -y curl ar
run: |
apt-get -y update
apt-get install -y curl ar
# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna linux
Expand Down

0 comments on commit 5194ba1

Please sign in to comment.