Skip to content

Commit

Permalink
Add workaround for networking issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 11, 2024
1 parent 88a20b6 commit 54ce7ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
steps:
# Github runners seem to have intermittent connectivity issues.
# See https://github.com/beeware/toga/issues/2632
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- name: Checkout
uses: actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions changes/2632.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An step has been added to the Github actions configuration to fix an issue with Github's network configuration.

0 comments on commit 54ce7ff

Please sign in to comment.