From e0f2ce8bf62418795b50e614afb45336e2fb51e1 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Wed, 15 Feb 2023 08:50:33 -0800 Subject: [PATCH] hopefully fixed CI :fingers_crossed: --- .github/workflows/ci.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6b7ec0..a3da71e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,7 @@ on: env: CARGO_INCREMENTAL: 0 RUSTFLAGS: "-Dwarnings" + CARGO_UNSTABLE_SPARSE_REGISTRY: true jobs: buf-lint: @@ -118,8 +119,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: install protoc plugins run: | - cargo install protoc-gen-prost - cargo install protoc-gen-tonic + cargo +${{ matrix.rust }} install protoc-gen-prost + cargo +${{ matrix.rust }} install protoc-gen-tonic - run: cargo +${{ matrix.rust }} build --release test: @@ -144,8 +145,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: install protoc plugins run: | - cargo install protoc-gen-prost - cargo install protoc-gen-tonic + cargo +${{ matrix.rust }} install protoc-gen-prost + cargo +${{ matrix.rust }} install protoc-gen-tonic - run: cargo +${{ matrix.rust }} test --release doc: @@ -171,8 +172,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: install protoc plugins run: | - cargo install protoc-gen-prost - cargo install protoc-gen-tonic + cargo +${{ matrix.rust }} install protoc-gen-prost + cargo +${{ matrix.rust }} install protoc-gen-tonic - run: cargo +${{ matrix.rust }} doc --release --no-deps notify: