.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_php (8.3) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_php (8.3) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
This commit is contained in:
parent
386a4116fc
commit
0f9ca61552
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
run: which docker
|
run: which docker
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
docker() { false; }
|
chmod -x $(which docker)
|
||||||
curl -fsSL https://get.docker.com | sh
|
curl -fsSL https://get.docker.com | sh
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||||
|
|
Loading…
Reference in a new issue