Skip to content

Commit 9641040

Browse files
authored
Merge pull request #124 from coreos/release
Release 0.5.18
2 parents 8865db5 + b67b9be commit 9641040

File tree

3 files changed

+315
-238
lines changed

3 files changed

+315
-238
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
CARGO_TERM_COLOR: always
17-
ACTIONS_LINTS_TOOLCHAIN: 1.78.0
17+
ACTIONS_LINTS_TOOLCHAIN: 1.82.0
1818

1919
jobs:
2020
build-test:
@@ -96,7 +96,7 @@ jobs:
9696
repository: ${{ matrix.repo }}
9797
ref: ${{ matrix.tag }}
9898
# For netavark
99-
- run: sudo apt install protobuf-compiler
99+
- run: sudo apt update && sudo apt install protobuf-compiler
100100
- run: |
101101
mkdir -p .cargo && cargo-vendor-filterer --platform x86_64-unknown-linux-gnu --all-features > .cargo/config.toml
102102
rm -rf vendor

0 commit comments

Comments
 (0)