We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f50c13 commit 979b094Copy full SHA for 979b094
1 file changed
.github/workflows/quality-checks.yml
@@ -79,6 +79,8 @@ jobs:
79
asdf plugin list
80
echo "Checking mount"
81
ls -l /
82
+ echo $PATH
83
+ export PATH="$HOME/.asdf/shims:$PATH"
84
echo "running make install"
85
make install
86
0 commit comments