forked from Mirror/attic-action
ci: install docker explicitly
Some checks failed
Test / test-cache (ubuntu-latest) (push) Failing after 5m9s
Some checks failed
Test / test-cache (ubuntu-latest) (push) Failing after 5m9s
This commit is contained in:
parent
e482f0c3ba
commit
dd26031fcf
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue