Skip to content

Commit 7927e5c

Browse files
committed
fixing download-platform and android build issue with swift-log
1 parent d8bbf85 commit 7927e5c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/RadiantKit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
xcode: ${{ matrix.xcode }}
120120
deviceName: ${{ matrix.deviceName }}
121121
osVersion: ${{ matrix.osVersion }}
122+
download-platform: ${{ matrix.download-platform }}
122123

123124
# Common Coverage Steps
124125
- name: Process Coverage

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let package = Package(
5656
)
5757
],
5858
dependencies: [
59-
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
59+
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.0"),
6060
],
6161
targets: [
6262
.target(

0 commit comments

Comments
 (0)