Skip to content

Commit

Permalink
💚 Run update before install for apt-get (#2038)
Browse files Browse the repository at this point in the history
Fix random failures during tests. Suggested by
actions/runner-images#6039 (comment).
  • Loading branch information
AlexV525 authored Nov 24, 2023
1 parent 0cdcb75 commit 2efc766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
chmod +x ./scripts/prepare_pinning_certs.sh
./scripts/prepare_pinning_certs.sh
- name: Install proxy for tests
run: sudo apt-get install -y squid
run: sudo apt-get update && sudo apt-get install -y squid
- run: dart pub get
- uses: bluefireteam/melos-action@v2
with:
Expand Down

0 comments on commit 2efc766

Please sign in to comment.