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 d8af702 commit 5d7ab41Copy full SHA for 5d7ab41
.github/actions/prepare_env/action.yml
@@ -4,6 +4,9 @@ description: 'Prepare the CI environment by installing Swift and selected JDK et
4
runs:
5
using: composite
6
steps:
7
+ - name: Check Swift version
8
+ shell: bash
9
+ run: swift -version
10
- name: Set up JDK ${{ matrix.jdk_version }}
11
uses: actions/setup-java@v4
12
with:
0 commit comments