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:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user