From 59a4ff992234a11a27da38873abc6b5cef78e9ce Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Sun, 29 Jan 2023 17:31:43 +0000 Subject: [PATCH] fix CI make-bench --- --- a/.github/workflows/make-bench.yml +++ b/.github/workflows/make-bench.yml @@ -28,7 +28,7 @@ run: sudo apt install -y curl cmake make libssl-dev pkg-config libclang-dev clang protobuf-compiler - name: Install actual toolchain - uses: actions-rs/toolchain@v1.0.6 + uses: actions-rs/toolchain@v1.0.7 with: toolchain: ${{ env.RUST_TOOLCHAIN }} default: true -- gitstuff