Skip to content

Commit

Permalink
protobuf scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Apr 4, 2023
1 parent 8e963f8 commit 457a9cd
Show file tree
Hide file tree
Showing 8 changed files with 489 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- nightly

steps:
- name: install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

- name: Checkout sources
uses: actions/checkout@v2

Expand Down Expand Up @@ -42,6 +45,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler


- name: Checkout sources
uses: actions/checkout@v2

Expand All @@ -63,6 +70,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

- name: Checkout sources
uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target
.env
lib/Cargo.lock
command/src/proto/command.rs
examples/demo.rs
examples/websocket.rs
generated
Expand Down

0 comments on commit 457a9cd

Please sign in to comment.