feat: 忘记加东西了
This commit is contained in:
parent
4bd7a34119
commit
746e8e35ba
1
.github/workflows/get_info.py
vendored
1
.github/workflows/get_info.py
vendored
@ -8,5 +8,6 @@ import os
|
||||
import sys
|
||||
|
||||
print(os.curdir)
|
||||
print(os.listdir('.'))
|
||||
print(sys.path)
|
||||
|
||||
|
1
.github/workflows/nuitka.yml
vendored
1
.github/workflows/nuitka.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
if: runner.os == 'Windows'
|
||||
shell: pwsh
|
||||
run: |
|
||||
Write-Output $GITHUB_OUTPUT
|
||||
$arg = @()
|
||||
$arg += @("--standalone")
|
||||
$arg += @("--msvc=latest")
|
||||
|
Loading…
Reference in New Issue
Block a user