Skip to content

Commit 628f966

Browse files
committed
[workflows/ci] Install SoftHSMv2 for tests
1 parent 81bf0ad commit 628f966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ jobs:
224224
toolchain: ${{ matrix.rust }}
225225
cache: false
226226

227+
# Install SoftHSMv2 (used for some tests).
228+
- name: Install SoftHSMv2
229+
run: sudo apt-get install -y libsofthsm2
230+
227231
# Build and run the test suite.
228232
- name: Test
229233
run: cargo test --all-targets

0 commit comments

Comments
 (0)