Skip to content

Commit

Permalink
chore: fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaz committed Dec 14, 2023
1 parent d8f1a61 commit cb5f52e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: download protoc
run: sudo apt-get install -y protobuf-compiler
- name: Show cargo version
run: cargo --version
- name: Fetch
Expand Down

0 comments on commit cb5f52e

Please sign in to comment.