Upgrade opensc version in workflows.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-06-23 01:18:19 +02:00
parent d708158fea
commit d3751e3918
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -28,7 +28,7 @@ RUN pip3 install pytest pycvc cryptography pyscard base58
WORKDIR /
RUN git clone https://github.com/OpenSC/OpenSC
WORKDIR /OpenSC
RUN git checkout tags/0.23.0
RUN git checkout tags/0.25.1
RUN ./bootstrap
RUN ./configure --enable-openssl
RUN make -j `nproc`