Skip to content

Commit

Permalink
other setup
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Jun 18, 2024
1 parent 0166789 commit 8d13c45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
ref: "huonw/20133-ghac-rate-limits"
path: pants

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
components: clippy

- name: "Install Protoc"
uses: "arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9"
with:
version: "23.x"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

- uses: actions/setup-python@v4
with:
python-version: "3.9"
Expand Down

0 comments on commit 8d13c45

Please sign in to comment.