diff --git a/.github/workflows/coordinator-ci.yml b/.github/workflows/coordinator-ci.yml index 3ca245d14..bd8613fc6 100644 --- a/.github/workflows/coordinator-ci.yml +++ b/.github/workflows/coordinator-ci.yml @@ -21,6 +21,13 @@ jobs: uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.75.0 + override: true + profile: minimal + components: rustfmt - name: Check working-directory: ./coordinator run: cargo check @@ -33,6 +40,13 @@ jobs: uses: arduino/setup-protoc@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.75.0 + override: true + profile: minimal + components: rustfmt - name: Test working-directory: ./coordinator run: cargo test