Skip to content

Commit 1ea0740

Browse files
committed
switch to runner.os
1 parent 2103f9f commit 1ea0740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/paddle-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
"libcusparse", "libcusparse-dev", "libcusolver", "libcusolver-dev", "libnvrtc",
7272
"libnvrtc-dev", "profiler_api"]' ||
7373
'[]' }}
74-
log-file-suffix: '${{matrix.os}}.txt'
74+
log-file-suffix: ${{ runner.os }}.txt
7575

7676
- name: Download cuDNN
7777
if: ${{ matrix.cudnn != '' }}

0 commit comments

Comments
 (0)