Update build test
Some checks failed
DRB Build Tests / build (push) Failing after 7s
DRB Build Tests / drb_build_and_test (push) Failing after 56s

- Switch to installing docker io
This commit is contained in:
Logan Cusano
2024-04-28 20:13:25 -04:00
parent 2477b10900
commit 831317b9f0

View File

@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
run: apt install docker.io -y
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3