File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
uses : ./swift-android-action/
33
33
# uses: skiptools/swift-android-action@v2
34
34
with :
35
- swift-verison : ${{ matrix.swift-version }}
35
+ swift-version : ${{ matrix.swift-version }}
36
36
package-path : jpsim/Yams
37
37
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
38
38
copy-files : Tests
47
47
uses : ./swift-android-action/
48
48
# uses: skiptools/swift-android-action@v2
49
49
with :
50
- swift-verison : ${{ matrix.swift-version }}
50
+ swift-version : ${{ matrix.swift-version }}
51
51
package-path : apple/swift-algorithms
52
52
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
53
53
60
60
uses : ./swift-android-action/
61
61
# uses: skiptools/swift-android-action@v2
62
62
with :
63
- swift-verison : ${{ matrix.swift-version }}
63
+ swift-version : ${{ matrix.swift-version }}
64
64
package-path : skiptools/swift-sqlite
65
65
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
66
66
83
83
with :
84
84
# just set up the toolchain and don't build anything
85
85
build-package : false
86
- swift-verison : ' 6.0.3'
86
+ swift-version : ' 6.0.3'
87
87
- name : Checkout apple/swift-numerics
88
88
uses : actions/checkout@v4
89
89
with :
You can’t perform that action at this time.
0 commit comments