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