Skip to content

Commit b533cd4

Browse files
committed
Print the Swift version
1 parent 60c911e commit b533cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
container:
4242
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
4343
steps:
44+
- name: Swift version
45+
run: swift --version
4446
- name: Checkout repository
4547
uses: actions/checkout@v4
4648
- name: Set environment variables

0 commit comments

Comments
 (0)