forked from Mirror/attic-action
ci: install docker explicitly
Some checks failed
Test / test-cache (ubuntu-latest) (push) Failing after 5m25s
Some checks failed
Test / test-cache (ubuntu-latest) (push) Failing after 5m25s
This commit is contained in:
parent
54b0d06fc7
commit
fe7e4e104a
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,15 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
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: pnpm/action-setup@v3
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue