Skip to content

Commit e99f0b0

Browse files
committed
Simplify PATH
1 parent 235771f commit e99f0b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ runs:
2727
unzip -qq ./kat.zip -d kat
2828
2929
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
30-
export PATH="$kat_binary_path:$PATH"
3130
echo "$kat_binary_path" >> $GITHUB_PATH
3231
3332
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)

0 commit comments

Comments
 (0)