Skip to content

Commit 7cc5443

Browse files
committed
[DNM] Test
1 parent 060939f commit 7cc5443

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ubuntu.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
container: swift:${{ matrix.swift_version }}-jammy
1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Swift version
21+
run: |
22+
which swift
23+
swift --version
2024
- name: Building and running tests in debug mode with coverage
2125
run: |
2226
swift test \

Package.swift

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ let swiftBinURL = URL(fileURLWithPath: swiftBinPath)
2727
let SDKPath = swiftBinURL.deletingLastPathComponent().deletingLastPathComponent().path
2828
let includePath = SDKPath.appending("/lib/swift_static")
2929

30+
print(Context.environment)
31+
3032
let package = Package(
3133
name: "OpenGraph",
3234
platforms: [

0 commit comments

Comments
 (0)