ci: update apt before installing deps (#9831)

This commit is contained in:
Piotr Galar 2023-04-24 09:44:27 +02:00 committed by GitHub
parent 78895a1184
commit f812f82574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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 }}

View File

@ -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: