Skip to content

Commit 66a6648

Browse files
committed
CI: Fix freebsd nxdomain failure
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 64badd3 commit 66a6648

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test-on-freebsd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
run: |
6666
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls3
6767
68+
- name: "Add hostname to /etc/hosts for distribution tests"
69+
shell: freebsd {0}
70+
run: |
71+
echo "127.0.0.1 $(hostname)" >> /etc/hosts
72+
6873
- name: "System info"
6974
shell: freebsd {0}
7075
run: |

0 commit comments

Comments
 (0)