We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e48081 commit cb8b00bCopy full SHA for cb8b00b
.github/workflows/CI.yml
@@ -29,12 +29,16 @@ jobs:
29
env:
30
JRUBY_OPTS: "--debug"
31
HTTP_STATUS_SERVICE: "http://httpstatus"
32
+ HOME: "/home/runner/" # Needed for ruby-head
33
services:
34
httpstatus:
35
image: ghcr.io/aaronpowell/httpstatus:f1c763d1f33cd10566f18ec190fc853895bdbdd7
36
37
ASPNETCORE_URLS: "http://+:80"
38
steps:
39
+ - name: Make sure home directory exists
40
+ run: |
41
+ mkdir -p ${HOME}
42
- name: Install Apt Packages needed for setup-ruby
43
run: |
44
apt update
0 commit comments