chore(ci): install github runner as ubuntu user for gpu workflows

This commit is contained in:
David Testé
2025-02-12 08:53:21 +01:00
committed by David Testé
parent 5bf5aff2ba
commit 3df08e9259
17 changed files with 11 additions and 68 deletions

View File

@@ -141,10 +141,6 @@ jobs:
cuda-version: ${{ matrix.cuda }}
gcc-version: ${{ matrix.gcc }}
- name: Set up home
run: |
echo "HOME=/home/ubuntu" >> "${GITHUB_ENV}"
- name: Install latest stable
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with: