We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e41e commit 4a75b0fCopy full SHA for 4a75b0f
.github/workflows/test.yml
@@ -53,16 +53,6 @@ jobs:
53
exit 1
54
fi
55
56
- - name: Setup Rust Toolchain
57
- uses: dtolnay/rust-toolchain@stable
58
- id: rust-toolchain
59
-
60
- - name: Install Protoc
61
- uses: arduino/setup-protoc@v3
62
- with:
63
- version: '27.4'
64
- repo-token: ${{ secrets.GITHUB_TOKEN }}
65
66
- name: Setup Python
67
uses: actions/setup-python@v6
68
with:
0 commit comments