Skip to content

Commit

Permalink
check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Sep 21, 2023
1 parent 73a4c94 commit 223bcee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
matrix:
platform:
- iOS
swift:
- ^5.9
steps:
- uses: actions/[email protected]
- uses: mxcl/xcodebuild@v1
with:
swift: ${{ matrix.swift }}
platform: ${{ matrix.platform }}
action: test
scheme: tkey_pkg
code-coverage: true
upload-logs: always
upload-logs: always
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 223bcee

Please sign in to comment.