Skip to content

Commit

Permalink
use GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sorekz authored and EnricoMi committed May 6, 2022
1 parent c60b0f3 commit cb6d7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ runs:
if [[ ! -e "$interpreter3" ]]
then
mkdir -p "$RUNNER_TEMP/bin/"
ln -s "$interpreter" "$RUNNER_TEMP/bin/${interpreter}3"
echo "PATH=$PATH:$RUNNER_TEMP/bin/${interpreter}3" >> $GITHUB_ENV
ln -s "$interpreter" "$RUNNER_TEMP/bin/$interpreter3"
echo "$RUNNER_TEMP/bin" >> $GITHUB_PATH
fi
fi
echo '##[endgroup]'
Expand Down

0 comments on commit cb6d7a2

Please sign in to comment.