mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(ci): fix concrete-cuda ci
This commit is contained in:
@@ -71,6 +71,7 @@ jobs:
|
||||
- name: Build concrete-cuda
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
git config --global --add safe.directory /home/ubuntu/.cargo/registry/index/github.com-1ecc6299db9ec823/.git
|
||||
cd backends/concrete-cuda/implementation
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
1
.github/workflows/concrete_cuda_test.yml
vendored
1
.github/workflows/concrete_cuda_test.yml
vendored
@@ -81,6 +81,7 @@ jobs:
|
||||
- name: Build concrete-cuda
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
git config --global --add safe.directory /home/ubuntu/.cargo/registry/index/github.com-1ecc6299db9ec823/.git
|
||||
cd backends/concrete-cuda/implementation
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
Reference in New Issue
Block a user