Skip to content

Commit

Permalink
feat: add proto-file based code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lanson committed Aug 12, 2024
1 parent edab626 commit 7860622
Show file tree
Hide file tree
Showing 9 changed files with 754 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hipcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- uses: swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}
- name: Install protoc dependency
- if: runner.os == 'MacOS'
run: sudo brew install protobuf
- if: runner.os == 'Linux'
run: sudo apt-get install -y protobuf-compiler
- name: Dependency Tree
run: cargo tree
- name: Build
Expand Down
Loading

0 comments on commit 7860622

Please sign in to comment.