We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c911e commit b533cd4Copy full SHA for b533cd4
.github/workflows/swift_package_test.yml
@@ -41,6 +41,8 @@ jobs:
41
container:
42
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
43
steps:
44
+ - name: Swift version
45
+ run: swift --version
46
- name: Checkout repository
47
uses: actions/checkout@v4
48
- name: Set environment variables
0 commit comments