ci: update apt before installing deps (#9831)
Piotr Galar committed
Apr 24, 2023 at 09:44 UTC
656867b81c7ecdc47e835714d5073937ecfb6fd6
2 files changed
+1
-2
.github/workflows/build.yml
-1
@@ -148,7 +148,6 @@ jobs:
148
with:
149
repository: ipfs/go-ipfs-http-client
150
path: go-ipfs-http-client
151
- ref: bump-for-rcmgr-last-push
151
- uses: protocol/cache-go-action@v1
152
with:
153
name: ${{ github.job }}
.github/workflows/sharness.yml
+1
-1
@@ -32,7 +32,7 @@ jobs:
32
with:
33
path: kubo
34
- name: Install missing tools
35
- run: sudo apt install -y socat net-tools fish libxml2-utils
35
+ run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils
36
- name: Restore Go Cache
37
uses: protocol/cache-go-action@v1
38
with: