mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
chore(CI): fix concrete_internal branch name
This commit is contained in:
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: zama-ai/concrete_internal
|
||||
ref: compiler_c_api
|
||||
ref: engine_c_api
|
||||
path: concrete
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
@@ -401,7 +401,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: zama-ai/concrete_internal
|
||||
ref: compiler_c_api
|
||||
ref: engine_c_api
|
||||
path: concrete
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ Build concrete library:
|
||||
```sh
|
||||
git clone https://github.com/zama-ai/concrete_internal
|
||||
cd concrete_internal
|
||||
git checkout compiler_c_api
|
||||
git checkout engine_c_api
|
||||
cd concrete-ffi
|
||||
RUSTFLAGS="-C target-cpu=native" cargo build --release
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user