diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fd3285905..26d1e792b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,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_KEY2 }} + ssh-private-key: ${{ secrets.CONCRETE_COMPILER_CI_SSH_PRIVATE }} - name: cargo check uses: actions-rs/cargo@v1 diff --git a/Cargo.toml b/Cargo.toml index 13986f525..d5208f2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[net] +git-fetch-with-cli = true [dependencies] concrete-commons = { git = "ssh://git@github.com/zama-ai/concrete_internal.git", branch = "fix/optimizer_compat" }