Skip to content

Commit 24cb12b

Browse files
committed
show openssl version and oscrypto version
1 parent d17d4af commit 24cb12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: |
4444
curl https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz | tar -zxv
4545
(cd softhsm-2.6.1 && ./configure --prefix=$HOME --disable-p11-kit --disable-gost && make all install CC="gcc" CXX="g++")
46+
openssl version
47+
uv pip show --python ${{ matrix.python-version }} oscrypto
4648
4749
- name: Install the project
4850
run: uv sync --all-extras --python-preference only-system --python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)