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
|
import sys
|
||||||
|
|
||||||
print(os.curdir)
|
print(os.curdir)
|
||||||
|
print(os.listdir('.'))
|
||||||
print(sys.path)
|
print(sys.path)
|
||||||
|
|
||||||
|
1
.github/workflows/nuitka.yml
vendored
1
.github/workflows/nuitka.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
Write-Output $GITHUB_OUTPUT
|
||||||
$arg = @()
|
$arg = @()
|
||||||
$arg += @("--standalone")
|
$arg += @("--standalone")
|
||||||
$arg += @("--msvc=latest")
|
$arg += @("--msvc=latest")
|
||||||
|
Loading…
Reference in New Issue
Block a user