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

This commit is contained in:
Naxdy 2024-09-01 11:01:19 +02:00
parent 54b0d06fc7
commit fe7e4e104a
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -18,6 +18,15 @@ 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 &&
apt-get install -qy sudo &&
curl -sSL https://get.docker.com/ | sh
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with: