Skip to content

Commit

Permalink
fix: missing protoc on publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke committed Oct 4, 2024
1 parent 1d9c174 commit 4c49a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Protobuf Compiler (protoc)
run: sudo apt-get install -y protobuf-compiler
- name: Dryrun swim-rs
run: cargo publish --all-features --dry-run

Expand Down

0 comments on commit 4c49a6e

Please sign in to comment.