File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Check out code
2525 uses : actions/checkout@v4
2626 - name : Run unit tests
27- uses : skiptools/swift-android-action@v2
27+ uses : skiptools/swift-android-action@main
2828 with :
2929 swift-version : 6.1
30+ ndk-version : 27.3.13750724
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ let package = Package(
3636 . package ( url: " https://github.com/GigaBitcoin/secp256k1.swift.git " , . upToNextMinor( from: " 0.15.0 " ) ) ,
3737 // For `AES_CBC_HMAC_SHA2`, `PBES2` and RSA DER encoding support
3838 // Changing to a fork I made while I create a PR, since I found a bug
39- . package ( url: " https://github.com/beatt83 /CryptoSwift.git " , . upToNextMinor( from: " 1.8.7 " ) ) ,
39+ . package ( url: " https://github.com/krzyzanowskim /CryptoSwift.git " , . upToNextMinor( from: " 1.9.0 " ) ) ,
4040 . package ( url: " https://github.com/apple/swift-certificates.git " , from: " 1.7.0 " ) ,
4141 // FOR `A256_CBC_HS512` with `ECDH-1PU-A256KW`
4242 . package ( url: " https://github.com/DLTAStudio/zlib.git " , from: " 1.0.1 " ) ,
You can’t perform that action at this time.
0 commit comments