From 9c8eb585a1a0203a7993dfbe977d2e4ca394573c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 11 Feb 2024 13:00:57 +0100 Subject: [PATCH] TEST: only test the upload-artifacts thing Signed-off-by: Johannes Schindelin --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c319aecf7dbf2..9c2be005a6d916 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 if: matrix.vector.jobname != 'linux32' - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 if: matrix.vector.jobname == 'linux32' - run: ci/install-docker-dependencies.sh - run: |