mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 19:39:42 +00:00
print some env vars for win ci
This commit is contained in:
parent
2a07f2dc2c
commit
4ae06b4a64
2 changed files with 18 additions and 0 deletions
|
@ -33,6 +33,15 @@ jobs:
|
|||
run: |
|
||||
echo "$(Get-Location)\w64devkit\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||
|
||||
- name: Print System Environment Variables
|
||||
id: printvars
|
||||
run: |
|
||||
echo "Number of processors: $NUMBER_OF_PROCESSORS"
|
||||
echo "Processor Architecture: $PROCESSOR_ARCHITECTURE"
|
||||
echo "Computer Name: $COMPUTERNAME"
|
||||
wmic cpu get name
|
||||
wmic os get TotalVisibleMemorySize, FreePhysicalMemory
|
||||
|
||||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
|
|
|
@ -33,6 +33,15 @@ jobs:
|
|||
run: |
|
||||
echo "$(Get-Location)\w64devkit\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||
|
||||
- name: Print System Environment Variables
|
||||
id: printvars
|
||||
run: |
|
||||
echo "Number of processors: $NUMBER_OF_PROCESSORS"
|
||||
echo "Processor Architecture: $PROCESSOR_ARCHITECTURE"
|
||||
echo "Computer Name: $COMPUTERNAME"
|
||||
wmic cpu get name
|
||||
wmic os get TotalVisibleMemorySize, FreePhysicalMemory
|
||||
|
||||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue