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 19ca57e commit a880f79Copy full SHA for a880f79
.github/workflows/build-linux-installer-deb.yml
@@ -101,6 +101,12 @@ jobs:
101
run: |
102
python3.12 --version
103
104
+ - name: Dump env
105
+ run: |
106
+ echo "PATH is: $PATH"
107
+ which python3.12
108
+ python3.12 --version
109
+
110
- name: Setup Node per .nvmrc in GUI
111
uses: actions/setup-node@v5
112
with:
install.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-
+echo "SCRIPT: PATH is $PATH"
3
set -o errexit
4
5
USAGE_TEXT="\
0 commit comments