File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 7373 - uses : actions/checkout@v4
7474 - name : ${{ matrix.name }}
7575 run : make test_SPM test_install_SPM
76+ SPMSQLCipher :
77+ name : SPM
78+ runs-on : ${{ matrix.runsOn }}
79+ env :
80+ DEVELOPER_DIR : " /Applications/${{ matrix.xcode }}/Contents/Developer"
81+ timeout-minutes : 60
82+ strategy :
83+ fail-fast : false
84+ matrix :
85+ include :
86+ - xcode : " Xcode_16.1.app"
87+ runsOn : macOS-14
88+ name : " Xcode 16.1"
89+ steps :
90+ - uses : actions/checkout@v4
91+ - name : ${{ matrix.name }}
92+ run : GRDBCIPHER="https://github.com/skiptools/swift-sqlcipher.git#1.2.1" swift test
7693 SQLCipher3 :
7794 name : SQLCipher3
7895 runs-on : ${{ matrix.runsOn }}
@@ -141,4 +158,4 @@ jobs:
141158 - uses : actions/checkout@v4
142159 - name : ${{ matrix.name }}
143160 run : make test_universal_xcframework
144-
161+
You can’t perform that action at this time.
0 commit comments