Skip to content

Commit fccbd0c

Browse files
committed
Another try
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent ab15d9a commit fccbd0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ jobs:
212212
uv_python_dir=$(uv python dir)
213213
uv_cpython_name=$(/bin/ls -1 $(uv python dir))
214214
PATH=$uv_python_dir/$uv_cpython_name/bin:$PATH
215-
# Save updated path
216-
echo "PATH=$PATH" >> $GITHUB_ENV
215+
# Save updated path (note: don't use $GITHUB_ENV here)
216+
echo "$PATH" >> $GITHUB_PATH
217217
echo uv python is in $UV_PYTHON_BIN
218218
echo Updated PATH to include that: $PATH
219219

0 commit comments

Comments
 (0)