We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e015b8b commit 3328e36Copy full SHA for 3328e36
.github/workflows/ports_windows.yml
@@ -63,7 +63,7 @@ jobs:
63
id: get_path
64
run: |
65
$exePath="$(msbuild ports\windows\micropython.vcxproj -nologo -v:m -t:ShowTargetPath -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }})"
66
- echo ("micropython=" + $exePath.Trim()) >> $env:GITHUB_OUTPUT
+ echo ("micropython=" + $exePath) >> $env:GITHUB_OUTPUT
67
- name: Run tests
68
id: test
69
env:
0 commit comments