We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506483b commit b33b245Copy full SHA for b33b245
1 file changed
.github/workflows/quality-checks.yml
@@ -56,6 +56,7 @@ jobs:
56
57
- name: make install
58
run: |
59
+ cp /home/vscode/.tool-versions "$HOME/.tool-versions"
60
echo "Running id"
61
id
62
echo "Running pwd"
0 commit comments