Skip to content
Snippets Groups Projects
Commit 656867b8 authored by Piotr Galar's avatar Piotr Galar Committed by Henrique Dias
Browse files

ci: update apt before installing deps (#9831)

parent 4f438e6d
Branches
Tags
No related merge requests found
......@@ -148,7 +148,6 @@ jobs:
with:
repository: ipfs/go-ipfs-http-client
path: go-ipfs-http-client
ref: bump-for-rcmgr-last-push
- uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}
......
......@@ -32,7 +32,7 @@ jobs:
with:
path: kubo
- name: Install missing tools
run: sudo apt install -y socat net-tools fish libxml2-utils
run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils
- name: Restore Go Cache
uses: protocol/cache-go-action@v1
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment