Skip to content

Commit

Permalink
CI: force github 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 8f6a09b commit c69b71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
TARGET: ["tag_array_64x184_generate_abstract", "L1MetadataArray_test_generate_abstract", "regfile_128x65_floorplan"]
env:
DEBIAN_FRONTEND: "noninteractive"
HOME: "/github/home"
steps:
- name: pre checkout info
run: |
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
MAKE_TARGET: ["do-floorplan", "do-cts"]
env:
DEBIAN_FRONTEND: "noninteractive"
HOME: "/github/home"
steps:
- name: pre checkout info
run: |
Expand Down

0 comments on commit c69b71c

Please sign in to comment.