mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -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
|
||||
cpu_count: 2
|
||||
run: |
|
||||
ASSUME_ALWAYS_YES=yes sudo pkg install openssl libevent expat
|
||||
sudo pkg install -y openssl libevent expat
|
||||
./configure ${{ matrix.cross_platform_config }}
|
||||
make
|
||||
make test
|
||||
|
|
|
|||
Loading…
Reference in a new issue