File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 echo "$(Get-Location)\w64devkit\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
3535
36+ - name : Print System Environment Variables
37+ id : printvars
38+ run : |
39+ echo "Number of processors: $NUMBER_OF_PROCESSORS"
40+ echo "Processor Architecture: $PROCESSOR_ARCHITECTURE"
41+ echo "Computer Name: $COMPUTERNAME"
42+ wmic cpu get name
43+ wmic os get TotalVisibleMemorySize, FreePhysicalMemory
44+
3645 - name : Build Non-CUDA
3746 id : make_build
3847 run : |
Original file line number Diff line number Diff line change 3333 run : |
3434 echo "$(Get-Location)\w64devkit\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
3535
36+ - name : Print System Environment Variables
37+ id : printvars
38+ run : |
39+ echo "Number of processors: $NUMBER_OF_PROCESSORS"
40+ echo "Processor Architecture: $PROCESSOR_ARCHITECTURE"
41+ echo "Computer Name: $COMPUTERNAME"
42+ wmic cpu get name
43+ wmic os get TotalVisibleMemorySize, FreePhysicalMemory
44+
3645 - name : Build Non-CUDA
3746 id : make_build
3847 run : |
You can’t perform that action at this time.
0 commit comments