Skip to content

Commit

Permalink
updated maturin version and ccargo build to build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar4 committed Nov 26, 2024
1 parent cbd6153 commit 8a5dea4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ jobs:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Protobug Compiler (Setup protoc not working)
run: apt-get install protobuf-compiler

- name: Cargo Build
run: cd python && cargo build

Expand Down Expand Up @@ -231,6 +234,8 @@ jobs:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Protobug Compiler (Setup protoc not working)
run: apt-get install protobuf-compiler
- name: Cargo Build
run: cd python && cargo build

Expand Down Expand Up @@ -272,6 +277,8 @@ jobs:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Protobug Compiler (Setup protoc not working)
run: apt-get install protobuf-compiler
- name: Cargo Build
run: cd python && cargo build

Expand Down

0 comments on commit 8a5dea4

Please sign in to comment.