Skip to content

Commit a880f79

Browse files
committed
debug
1 parent 19ca57e commit a880f79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-linux-installer-deb.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ jobs:
101101
run: |
102102
python3.12 --version
103103
104+
- name: Dump env
105+
run: |
106+
echo "PATH is: $PATH"
107+
which python3.12
108+
python3.12 --version
109+
104110
- name: Setup Node per .nvmrc in GUI
105111
uses: actions/setup-node@v5
106112
with:

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
2+
echo "SCRIPT: PATH is $PATH"
33
set -o errexit
44

55
USAGE_TEXT="\

0 commit comments

Comments
 (0)