Skip to content

Commit 1ebeffa

Browse files
committed
workflows: add apt update to un-break stale runner cache
1 parent f3322d4 commit 1ebeffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
docker login --username ${{ github.actor }} --password-stdin ghcr.io
2323
2424
- uses: actions/setup-go@v4
25+
- run: sudo apt update
2526
- run: sudo apt install -y protobuf-compiler librocksdb-dev libsqlite3-dev etcd-server
2627
- run: echo "VERSION=$(git describe --dirty --tags)" >> "$GITHUB_ENV"
2728

0 commit comments

Comments
 (0)