diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 890f8f6..7e92927 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -17,6 +17,8 @@ jobs: #runs-on: docker steps: - run: echo All ${{ matrix.version }} + - 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