feat(concrete_internal): rely on private concrete_internal, branch fix/optimizer_compat

This commit is contained in:
rudy
2022-03-02 15:59:44 +01:00
committed by rudy-6-4
parent 12a32956a8
commit 7d387baf3e
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
# A SSH private key is required as some dependencies are from private repos
- uses: webfactory/ssh-agent@v0.5.2
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY2 }}
- name: cargo check
uses: actions-rs/cargo@v1

View File

@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
concrete-commons = { git = "ssh://git@github.com/zama-ai/concrete_internal.git", branch = "fix/optimizer_compat" }
concrete-npe = { git = "ssh://git@github.com/zama-ai/concrete_internal.git", branch = "fix/optimizer_compat" }