feat: 忘记加东西了

This commit is contained in:
shenjack 2022-12-29 17:17:14 +08:00
parent 4bd7a34119
commit 746e8e35ba
2 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,6 @@ import os
import sys
print(os.curdir)
print(os.listdir('.'))
print(sys.path)

View File

@ -69,6 +69,7 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
Write-Output $GITHUB_OUTPUT
$arg = @()
$arg += @("--standalone")
$arg += @("--msvc=latest")