File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : resolve
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - " main"
7
+ tags :
8
+ - " !*"
9
+ pull_request :
10
+ branches :
11
+ - " *"
12
+
13
+ jobs :
14
+ resolve :
15
+ runs-on : macOS-latest
16
+ steps :
17
+ - uses : actions/checkout@v3
18
+ - name : Build Package
19
+ run : swift package resolve
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ let package = Package(
12
12
targets: [
13
13
. binaryTarget(
14
14
name: " aosl " ,
15
- url: " https://download.agora.io/swiftpm/AgoraInfra_iOS/1.2.30/aosl.xcframework .zip " ,
16
- checksum: " 9d310a46f84d883defc86b893d95122f83baeb28d964cbf30b6a0a1083e45edb "
15
+ url: " https://download.agora.io/swiftpm/aosl-1.3.0 .zip " ,
16
+ checksum: " c2ef810101a11127d6bf750ea59ed6d1c4584e69cea9278dc1d3cd6d2c609f37 "
17
17
) ,
18
18
]
19
- )
19
+ )
You can’t perform that action at this time.
0 commit comments