Skip to content

Commit

Permalink
CI: workaround overriden HOME env var
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 19, 2024
1 parent cfaeda1 commit 399eddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: Workaround overriden HOME env var
run: |
mkdir -p /github
ln -s /root $HOME
- name: pre checkout info
run: |
whoami
Expand Down

0 comments on commit 399eddc

Please sign in to comment.