Skip to content
Snippets Groups Projects
Unverified Commit 32597e2d authored by guillaumemichel's avatar guillaumemichel
Browse files

specify socat version

parent e595b2ae
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
with: with:
path: kubo path: kubo
- name: Install missing tools - name: Install missing tools
run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils && socat -V run: sudo apt update && sudo apt install -y socat=1.7.4 net-tools fish libxml2-utils && socat -V
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: test/sharness/lib/dependencies path: test/sharness/lib/dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment