From a302ab9860d3b383a7e6bde75f62b7d3b7d62084 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Wed, 29 Mar 2023 17:17:22 -0700 Subject: [PATCH] WIP: Restore matrix.version Needed by the setup-swift step --- .github/workflows/__swift-autobuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 9a8430205..44b412d64 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: slice: [1,2,3,4] + version: [cached] name: Swift analysis using autobuild timeout-minutes: 15 runs-on: macos-latest @@ -23,7 +24,7 @@ jobs: id: prepare-test uses: ./.github/prepare-test with: - version: cached + version: ${{ matrix.version }} - uses: ./../action/init id: init with: