Skip to content

Commit

Permalink
Merge pull request #51 from 0xPlaygrounds/devops/fix-cd-workflow
Browse files Browse the repository at this point in the history
devops: Fix CD workflow missing dependency for rig-lancedb
  • Loading branch information
cvauclair authored Oct 8, 2024
2 parents 92834f4 + 800e22f commit f5441db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

# Required to compile rig-lancedb
- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
components: clippy

# Required to compile rig-lancedb
- name: Install Protoc
uses: arduino/setup-protoc@v3

Expand All @@ -70,6 +71,7 @@ jobs:
with:
tool: nextest

# Required to compile rig-lancedb
- name: Install Protoc
uses: arduino/setup-protoc@v3

Expand Down

0 comments on commit f5441db

Please sign in to comment.