From 65920dd33af252bc55524c855ee50816a9d02914 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 24 May 2023 18:28:18 +0100 Subject: [PATCH] Unconditionally set up Swift in debug artifacts PR check --- .github/workflows/debug-artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 1003a8dacc..9336a03bf6 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -56,7 +56,6 @@ jobs: debug-artifact-name: my-debug-artifacts debug-database-name: my-db - uses: ./../action/.github/actions/setup-swift - if: matrix.version == 'nightly-latest' with: codeql-path: ${{ steps.init.outputs.codeql-path }} - name: Build code