Skip to content

Commit cb8b00b

Browse files
misdorobblimke
authored andcommitted
Define HOME to match what setup-ruby ruby-head builds expect
1 parent 8e48081 commit cb8b00b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ jobs:
2929
env:
3030
JRUBY_OPTS: "--debug"
3131
HTTP_STATUS_SERVICE: "http://httpstatus"
32+
HOME: "/home/runner/" # Needed for ruby-head
3233
services:
3334
httpstatus:
3435
image: ghcr.io/aaronpowell/httpstatus:f1c763d1f33cd10566f18ec190fc853895bdbdd7
3536
env:
3637
ASPNETCORE_URLS: "http://+:80"
3738
steps:
39+
- name: Make sure home directory exists
40+
run: |
41+
mkdir -p ${HOME}
3842
- name: Install Apt Packages needed for setup-ruby
3943
run: |
4044
apt update

0 commit comments

Comments
 (0)