Skip to content

Commit 02a8b7c

Browse files
committed
Need both, optimizing PATH not possible
1 parent 5a960e3 commit 02a8b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-kat/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ runs:
2828
2929
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
3030
export PATH="$kat_binary_path:$PATH"
31+
echo "$kat_binary_path" >> $GITHUB_PATH
3132
3233
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)

0 commit comments

Comments
 (0)