mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-22 07:41:16 -05:00
Fix for freebsd ci.
This commit is contained in:
parent
04e6f9e03b
commit
19d53d5663
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -351,7 +351,7 @@ jobs:
|
||||||
memory: 4G
|
memory: 4G
|
||||||
cpu_count: 2
|
cpu_count: 2
|
||||||
run: |
|
run: |
|
||||||
ASSUME_ALWAYS_YES=yes sudo pkg install openssl libevent expat
|
sudo pkg install -y openssl libevent expat
|
||||||
./configure ${{ matrix.cross_platform_config }}
|
./configure ${{ matrix.cross_platform_config }}
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue