Skip to content

Commit 559c7ec

Browse files
committed
Apply workaround for GitHub Actions bug
Try work-around from: actions/runner-images#3185 Might address #148
1 parent 6806924 commit 559c7ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/libs-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313

14+
- name: Ensure lookups for current hostname are handled
15+
run: |
16+
echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
17+
1418
- name: Clojure deps cache
1519
uses: actions/cache@v2
1620
with:

0 commit comments

Comments
 (0)