diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 59a2282..e98f5a1 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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