Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
seanses committed Sep 12, 2024
1 parent e0439ab commit 5df81a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
curl https://github.com/protocolbuffers/protobuf/releases/download/v23.1/protoc-23.1-linux-x86_64.zip -L -o protoc.zip
unzip protoc.zip -d .protoc
rm protoc.zip
echo 'export PATH=$PATH:$HOME/.protoc/bin' >> $GITHUB_ENV
echo "PATH=$HOME/.protoc/bin:$PATH" >> $GITHUB_ENV
- name: Lint
run: |
cargo clippy -r --verbose -- -D warnings # elevates warnings to errors
Expand Down

0 comments on commit 5df81a5

Please sign in to comment.