Skip to content

Commit 29721a8

Browse files
committed
actions BUGFIX install libval from source
1 parent 40899d8 commit 29721a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
DEFAULT_OPTIONS: -DENABLE_BUILD_TESTS=ON -DENABLE_DNSSEC=ON
12-
DEFAULT_PACKAGES: libcmocka-dev zlib1g-dev libssh-dev libssl-dev libval-dev
12+
DEFAULT_PACKAGES: libcmocka-dev zlib1g-dev libssh-dev libssl-dev
1313

1414
jobs:
1515
build:
@@ -123,6 +123,13 @@ jobs:
123123
make -j2
124124
sudo make install
125125
126+
git clone https://github.com/DNSSEC-Tools/DNSSEC-Tools.git dnssec-tools
127+
cd dnssec-tools/dnssec-tools/validator
128+
./configure
129+
make -j2
130+
sudo make install
131+
132+
126133
- name: Configure
127134
shell: bash
128135
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)