Try setup-docker to run Docker daemon
Some checks failed
Compile / Compile (push) Failing after 33s

This commit is contained in:
Michael Bradley 2025-02-23 06:59:31 -05:00
parent 076ced6f6d
commit df8ac9b6d7
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker
uses: https://github.com/docker/setup-docker-action@v4
- name: Compile - name: Compile
uses: https://github.com/xu-cheng/latex-action@v3 uses: https://github.com/xu-cheng/latex-action@v3
with: with: