WIP: Restore matrix.version

Needed by the setup-swift step
This commit is contained in:
Aditya Sharad
2023-03-29 17:17:22 -07:00
parent 446fea1404
commit a302ab9860
+2 -1
View File
@@ -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: