Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Rust add rust-src
  • Loading branch information
zachary0809 authored Mar 18, 2024
1 parent f1608d2 commit 8d36749
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
run: |
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Add rust-src
run: |
rustup component add rust-src
- uses: actions/checkout@v3

- name: Rustfmt
Expand Down

0 comments on commit 8d36749

Please sign in to comment.