Skip to content

Commit 3bd24cf

Browse files
authored
Merge pull request #925 from martindevans/fix/cuda_windows_heap_space2
Fixed echo for Windows in Github build action
2 parents edbb945 + 9f4d846 commit 3bd24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- name: "Configure"
242242
if: runner.os == 'Windows'
243243
run: |
244-
echo "CMAKE_CXX_FLAGS=/Zm1000" >> $GITHUB_ENV
244+
echo "CMAKE_CXX_FLAGS=/Zm1000" | Out-File -FilePath $env:GITHUB_ENV -Append
245245
246246
- uses: Jimver/[email protected]
247247
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)