Files
ic-test/.gitea/workflows/ping.yml
lennlouisgeek b84edbb568 add ci test yml
2026-02-04 00:02:08 +08:00

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