From 223bcee7e4875055406f2223705a779c2b433559 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:04:05 +0200 Subject: [PATCH] check ci --- .github/workflows/ci.yaml | 5 ++++- Package.swift | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f710a1..0f84af5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,12 +16,15 @@ jobs: matrix: platform: - iOS + swift: + - ^5.9 steps: - uses: actions/checkout@v2.3.4 - uses: mxcl/xcodebuild@v1 with: + swift: ${{ matrix.swift }} platform: ${{ matrix.platform }} action: test scheme: tkey_pkg code-coverage: true - upload-logs: always \ No newline at end of file + upload-logs: always diff --git a/Package.swift b/Package.swift index 533d34c..c358abc 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,6 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift" , from: "6.0.1"), - .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift" , .exact("0.12.2")), // dev dependencies only .package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift",from: "1.5.1"), .package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit", from: "4.0.0"),