Skip to content

Commit

Permalink
Add \�pt-get update\ call
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Mar 29, 2024
1 parent 132eebc commit dd8666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
if: ${{ endsWith(github.base_ref, 'main') && (contains(github.head_ref, 'release/') || github.event.pull_request.merged) }}
run: |
git config --global --add safe.directory "$PWD"
apt-get install -yqq jq
apt-get update && apt-get install -yqq jq
COMMIT="${{github.sha}}"
if ${{contains(github.head_ref, 'release')}}; then
V="${{github.head_ref}}"
Expand Down

0 comments on commit dd8666d

Please sign in to comment.