This commit is contained in:
parent
f74b704199
commit
c3e9c46929
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ jobs:
|
|||
steps:
|
||||
- run: echo All ${{ matrix.version }}
|
||||
- run: cat /etc/issue
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: foo
|
||||
uses: https://code.forgejo.org/docker/setup-qemu-action@v3
|
||||
# - name: Install Docker
|
||||
# run: curl -fsSL https://get.docker.com | sh
|
||||
#- name: foo
|
||||
# uses: https://code.forgejo.org/docker/setup-qemu-action@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in a new issue