Skip to content

Commit

Permalink
fix workflow check features (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Nov 28, 2022
1 parent 621220f commit 6febfea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-features.yml
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install tooling
run: |
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Checkout repository
uses: actions/checkout@v1
- name: Setup Rust toolchain
Expand Down

0 comments on commit 6febfea

Please sign in to comment.