More Build Troubleshooting

This commit is contained in:
Annika Merris 2024-02-02 09:10:36 -05:00
parent 0965b3355a
commit fcb3d6717f

View file

@ -14,6 +14,9 @@ jobs:
- name: Install docker
shell: /bin/ash -e {0}
run: apk add --update docker git
- name: DEBUGGING!
shell: /bin/ash -e {0}
run: which service
- name: Start docker
shell: /bin/ash -e {0}
run: /sbin/service docker start