Skip to content

Commit 5d7ab41

Browse files
committed
Print used swift version (useful for nightly)
1 parent d8af702 commit 5d7ab41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/prepare_env/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: 'Prepare the CI environment by installing Swift and selected JDK et
44
runs:
55
using: composite
66
steps:
7+
- name: Check Swift version
8+
shell: bash
9+
run: swift -version
710
- name: Set up JDK ${{ matrix.jdk_version }}
811
uses: actions/setup-java@v4
912
with:

0 commit comments

Comments
 (0)