Skip to content

Commit

Permalink
trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkesi committed Mar 9, 2023
1 parent 05d2688 commit 1735d72
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 @@ -104,7 +104,7 @@ jobs:
version: "0.36.4"
- name: Install Protoc
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install protobuf-compiler
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 1735d72

Please sign in to comment.