fix(ci): CUDA Toolkit installation log file duplicated

- https://github.com/Jimver/cuda-toolkit?tab=readme-ov-file#log-file-suffix
This commit is contained in:
Neko Ayaka
2025-07-09 21:20:45 +08:00
parent 86ecc6c784
commit 6de690369a
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ jobs:
uses: Jimver/cuda-toolkit@v0.2.24
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest'
with:
cuda: 12.5.0
cuda: '12.5.0'
log-file-suffix: ${{matrix.os}}.txt
- name: Install dependencies
run: pnpm install --frozen-lockfile
+1
View File
@@ -15,6 +15,7 @@ export default await antfu(
'**/.astro/**',
],
rules: {
'yaml/plain-scalar': 'off',
'import/order': 'off',
'antfu/import-dedupe': 'error',
'style/padding-line-between-statements': 'error',