ci: install docker explicitly
Some checks failed
Test / test-cache (ubuntu-latest) (push) Failing after 5m9s

This commit is contained in:
Naxdy 2024-09-01 10:42:58 +02:00
parent e482f0c3ba
commit dd26031fcf
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -18,6 +18,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Docker
run: |
apt-get update &&
apt-get -qy full-upgrade &&
apt-get install -qy curl &&
apt-get install -qy curl &&
curl -sSL https://get.docker.com/ | sh
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with: