Use apt's docker
Some checks failed
ci / docker-build (pull_request) Successful in 47m2s
ci / build-and-test (pull_request) Failing after 8m32s

This commit is contained in:
Brock Allen
2024-01-28 02:50:43 +00:00
parent eac66ef4ed
commit 9fb0ab842d

View File

@@ -52,7 +52,9 @@ jobs:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
run: |
apt update
apt install -y docker
- uses: actions/setup-go@v3
with:
go-version: '1.20'