Skip to content

Commit

Permalink
Test setting home manually
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAwesome committed Nov 27, 2024
1 parent 6cddf05 commit 0c32593
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GUI Debug Build/Test
name: Debug

on:
push:
Expand All @@ -17,13 +17,19 @@ jobs:
image: gleesus/decktricks

steps:
- uses: actions/checkout@v4
- name: Preserve $HOME set in the container
run: echo HOME=/root >> "$GITHUB_ENV"

- name: whoami
run: whoami
- uses: actions/checkout@v4

- name: homedir
run: echo ~
- name: whoami
run: whoami

- name: pwd
run: pwd
- name: homedir
run: echo ~

- name: pwd
run: pwd

- name: cargo
run: cargo version

0 comments on commit 0c32593

Please sign in to comment.