From 0223e8a736d8b050486ff0c4b3296dd300abba81 Mon Sep 17 00:00:00 2001 From: Tim Conley Date: Fri, 27 Jun 2025 07:25:21 -0700 Subject: [PATCH] Explicitly use rust in python build --- .github/workflows/python.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 108ba7c1..5a508cb2 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -88,6 +88,7 @@ jobs: # TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed version: '23.x' repo-token: ${{ secrets.GITHUB_TOKEN }} + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 if: ${{ inputs.version-is-repo-ref }} with: