Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-on-freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
run: |
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls3

- name: "Add hostname to /etc/hosts for distribution tests"
shell: freebsd {0}
run: |
echo "127.0.0.1 $(hostname)" >> /etc/hosts

- name: "System info"
shell: freebsd {0}
run: |
Expand Down
Loading