This commit is contained in:
parent
1861d115d2
commit
d474994091
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ jobs:
|
||||||
#runs-on: docker
|
#runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All ${{ matrix.version }}
|
- run: echo All ${{ matrix.version }}
|
||||||
|
- name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: foo
|
- name: foo
|
||||||
uses: https://code.forgejo.org/docker/setup-qemu-action@v3
|
uses: https://code.forgejo.org/docker/setup-qemu-action@v3
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue