We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235771f commit e99f0b0Copy full SHA for e99f0b0
.github/actions/setup-kat/action.yml
@@ -27,7 +27,6 @@ runs:
27
unzip -qq ./kat.zip -d kat
28
29
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
30
- export PATH="$kat_binary_path:$PATH"
31
echo "$kat_binary_path" >> $GITHUB_PATH
32
33
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)
0 commit comments