From c3e9c46929f828e9289fa97add39f9ca06731269 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Wed, 11 Sep 2024 10:55:16 +0200 Subject: [PATCH] Test stuff --- .forgejo/workflows/demo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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