We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b90ff commit dab4516Copy full SHA for dab4516
.github/workflows/all-features.yaml
@@ -30,6 +30,7 @@ jobs:
30
uses: arduino/setup-protoc@v1
31
with:
32
version: "3.x"
33
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
34
- name: Set environment variables appropriately for the build
35
run: |
36
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
0 commit comments