This commit is contained in:
parent
f74b704199
commit
c3e9c46929
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: echo All ${{ matrix.version }}
|
- run: echo All ${{ matrix.version }}
|
||||||
- run: cat /etc/issue
|
- run: cat /etc/issue
|
||||||
- name: Install Docker
|
# - name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
# 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
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
Loading…
Reference in a new issue