File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,14 @@ jobs:
304304 - 80:80
305305
306306 steps :
307+ - name : Instal libssl3
308+ run : |
309+ echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list
310+ apt-get update && \
311+ apt-get install -y --no-install-recommends libssl3 && \
312+ apt-get clean && \
313+ rm -rf /var/lib/apt/lists/*
314+
307315 - name : Download tests
308316 uses : actions/download-artifact@v4
309317 with :
@@ -404,6 +412,14 @@ jobs:
404412 - 80:80
405413
406414 steps :
415+ - name : Instal libssl3
416+ run : |
417+ echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list
418+ apt-get update && \
419+ apt-get install -y --no-install-recommends libssl3 && \
420+ apt-get clean && \
421+ rm -rf /var/lib/apt/lists/*
422+
407423 - name : Download tests
408424 uses : actions/download-artifact@v4
409425 with :
@@ -454,6 +470,14 @@ jobs:
454470 fail-fast : false
455471
456472 steps :
473+ - name : Instal libssl3
474+ run : |
475+ echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list
476+ apt-get update && \
477+ apt-get install -y --no-install-recommends libssl3 && \
478+ apt-get clean && \
479+ rm -rf /var/lib/apt/lists/*
480+
457481 - name : Download tests
458482 uses : actions/download-artifact@v4
459483 with :
You can’t perform that action at this time.
0 commit comments