Skip to content

Commit e015b8b

Browse files
committed
github/workflows: Fix space in env var setting.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 58bf8bf commit e015b8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ports_windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
- name: Get micropython.exe path
6363
id: get_path
6464
run: |
65-
$exePath="micropython=$((msbuild ports\windows\micropython.vcxproj -nologo -v:m -t:ShowTargetPath -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}).Trim())"
66-
echo $exePath
67-
echo $exePath | Set-Content $env:GITHUB_OUTPUT
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
6867
- name: Run tests
6968
id: test
7069
env:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy