mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(ci): add missing env variable in cuda release workflow
This commit is contained in:
3
.github/workflows/make_release_cuda.yml
vendored
3
.github/workflows/make_release_cuda.yml
vendored
@@ -93,6 +93,9 @@ jobs:
|
||||
echo "CUDAHOSTCXX=/usr/bin/g++-${GCC_VERSION}";
|
||||
echo "HOME=/home/ubuntu";
|
||||
} >> "${GITHUB_ENV}"
|
||||
env:
|
||||
GCC_VERSION: ${{ matrix.gcc }}
|
||||
|
||||
- name: Prepare package
|
||||
run: |
|
||||
cargo package -p tfhe-cuda-backend
|
||||
|
||||
Reference in New Issue
Block a user