File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install Protoc
3737 uses : arduino/setup-protoc@v1
38+ with :
39+ repo-token : ${{ secrets.GITHUB_TOKEN }}
40+
3841
3942 - name : Check
4043 run : cargo check --features ffi
5558
5659 - name : Install Protoc
5760 uses : arduino/setup-protoc@v1
61+ with :
62+ repo-token : ${{ secrets.GITHUB_TOKEN }}
5863
5964 - name : Test
6065 run : cargo test --features ffi
Original file line number Diff line number Diff line change 1919 defaults :
2020 run :
2121 working-directory : sdk/rust
22+
2223 runs-on : ubuntu-22.04
2324 steps :
2425 - uses : actions/checkout@v3
3233
3334 - name : Install Protoc
3435 uses : arduino/setup-protoc@v1
35-
36+ with :
37+ repo-token : ${{ secrets.GITHUB_TOKEN }}
38+
3639 - name : Install rust-src
3740 run : rustup component add rust-src
3841
You can’t perform that action at this time.
0 commit comments