Commit f819b86
authored
CI: don't unset default interpreter when setting pex tool (#268)
The `GITHUB_ENV` file doesn't persist between steps - changes made to
the environment via that file are reflected in the environments of
all future steps. Concatenate extra options onto `PLZ_ARGS` by reading
its current value from the environment and writing its desired future
value to the `GITHUB_ENV` file.1 parent 4d063d1 commit f819b86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments