Skip to content

Commit

Permalink
oops, use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 12, 2024
1 parent 9d8d810 commit 935e97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ jobs:
- name: Generate protos
run: |
cd pb-jelly-gen
rustup run nightly sh regen_gen_protos.sh
rustup run nightly bash regen_gen_protos.sh
git diff --exit-code
1 change: 1 addition & 0 deletions pb-jelly-gen/regen_gen_protos.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
cargo build && \
protoc --plugin=protoc-gen-jellyrust=target/debug/protoc-gen-rust -Iproto rust/extensions.proto google/protobuf/{compiler/plugin,descriptor}.proto --jellyrust_out=single_file:src

0 comments on commit 935e97d

Please sign in to comment.