16 lines
286 B
YAML
16 lines
286 B
YAML
name: ping
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
|
|
jobs:
|
|
ping:
|
|
runs-on: windows-host
|
|
steps:
|
|
- name: Check OS and toolchain
|
|
shell: powershell
|
|
run: |
|
|
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
|
|
where cl
|
|
cmake --version |