Skip to content

Commit

Permalink
Merge pull request #925 from martindevans/fix/cuda_windows_heap_space2
Browse files Browse the repository at this point in the history
Fixed echo for Windows in Github build action
  • Loading branch information
martindevans authored Sep 22, 2024
2 parents edbb945 + 9f4d846 commit 3bd24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: "Configure"
if: runner.os == 'Windows'
run: |
echo "CMAKE_CXX_FLAGS=/Zm1000" >> $GITHUB_ENV
echo "CMAKE_CXX_FLAGS=/Zm1000" | Out-File -FilePath $env:GITHUB_ENV -Append
- uses: Jimver/[email protected]
if: runner.os == 'Linux'
Expand Down

0 comments on commit 3bd24cf

Please sign in to comment.