13 lines
253 B
YAML
13 lines
253 B
YAML
name: ping
|
|
on: [push]
|
|
|
|
jobs:
|
|
ping:
|
|
runs-on: windows-host
|
|
steps:
|
|
- name: Check OS and toolchain
|
|
shell: pwsh
|
|
run: |
|
|
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
|
|
where cl
|
|
cmake --version |