File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
swift/actions/run-integration-tests Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 4
4
using : composite
5
5
steps :
6
6
- uses : ./swift/actions/share-extractor-pack
7
- - name : Get Swift version
8
- id : get_swift_version
9
- shell : bash
10
- run : |
11
- VERSION=$(swift/extractor-pack/tools/*/extractor --version | awk '/version/ { print $3 }')
12
- echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
13
7
- uses : actions/setup-python@v4
14
8
with :
15
9
python-version-file : ' swift/.python-version'
16
10
- uses : swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
17
11
with :
18
- swift-version : " ${{steps.get_swift_version.outputs.version}} "
12
+ swift-version : " 5.8 "
19
13
- uses : ./.github/actions/fetch-codeql
20
14
- id : query-cache
21
15
uses : ./.github/actions/cache-query-compilation
You can’t perform that action at this time.
0 commit comments