Files
InventoryCheck/.github/workflows/build.yml
T
2026-06-19 07:46:34 +08:00

20 lines
391 B
YAML

on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: debug-env
run: |
echo USERPROFILE=%USERPROFILE%
echo HOME=%HOME%
echo.
where git
git --version
echo.
git config --list --show-origin | findstr /i "insteadOf sslVerify proxy"
shell: cmd