@cryptotaxi247 / kubo / commits / f812f8257

ci: update apt before installing deps (#9831)

Piotr Galar committed Apr 24, 2023 at 09:44 UTC f812f82574964322ee6a79ba76e4f2be25bb8edc
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: