diff --git a/.github/workflows/cargo-test.yaml b/.github/workflows/cargo-test.yaml index 85ba34c99..4c09c5de6 100644 --- a/.github/workflows/cargo-test.yaml +++ b/.github/workflows/cargo-test.yaml @@ -63,6 +63,8 @@ jobs: - name: Cargo format and clippy run: | set -xe + sudo apt-get update + sudo apt-get install build-essential cd ${{ matrix.path }} cargo --version cargo fmt --all --check diff --git a/conductor/Cargo.lock b/conductor/Cargo.lock index b4a3e48ad..556ffb787 100644 --- a/conductor/Cargo.lock +++ b/conductor/Cargo.lock @@ -874,7 +874,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "controller" -version = "0.50.0" +version = "0.50.2" dependencies = [ "actix-web", "anyhow",