fix(gpu): install gcc requested by the workflow

This commit is contained in:
Andrei Stoian
2025-07-31 15:11:12 +02:00
committed by Agnès Leroy
parent e89d2f8b05
commit 79aeeca3b2

View File

@@ -45,7 +45,7 @@ runs:
env:
GCC_VERSION: ${{ inputs.gcc-version }}
run: |
which gcc-"{GCC_VERSION}"
which gcc-"${GCC_VERSION}"
- name: Install CUDA
if: inputs.github-instance == 'true'