Skip to content

Commit 9b438ee

Browse files
committed
Merge branch 'sedna' of github.com:fnuecke/buildroot into sedna
2 parents fa09553 + 5d2529a commit 9b438ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14+
# See https://github.com/actions/virtual-environments/issues/2577#issuecomment-845126269
15+
- name: Blocked mirror workaround
16+
run: echo "1.1.1.1 invisible-mirror.net" | sudo tee -a /etc/hosts
17+
1418
- name: Set up JDK
1519
uses: actions/setup-java@v1
1620
with:

0 commit comments

Comments
 (0)