Skip to content

Commit db4ed08

Browse files
committed
Remove workaround for GitHub Actions bug
Closes #148
1 parent c4e205b commit db4ed08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/libs-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ 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-
1814
- name: Clojure deps cache
1915
uses: actions/cache@v2
2016
with:

0 commit comments

Comments
 (0)