Skip to content

Commit 4bd08b0

Browse files
committed
Debug.
1 parent 40812ba commit 4bd08b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,18 @@ jobs:
154154
run: |
155155
ccache -s
156156
157+
- shell: bash
158+
run: |
159+
echo $PATH
160+
echo
161+
env
162+
163+
# Run ssh.
164+
- uses: luchihoratiu/debug-via-ssh@main
165+
with:
166+
NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
167+
SSH_PASS: "aoeuAOEU0"
168+
157169
- name: Build the variants
158170
run: |
159171
for variant in $VARIANTS; do

0 commit comments

Comments
 (0)