mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
ci: update apt before installing deps (#9831)
This commit is contained in:
parent
78895a1184
commit
f812f82574
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
2
.github/workflows/sharness.yml
vendored
2
.github/workflows/sharness.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user