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 44 using : composite
55 steps :
66 - 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
137 - uses : actions/setup-python@v4
148 with :
159 python-version-file : ' swift/.python-version'
1610 - uses : swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
1711 with :
18- swift-version : " ${{steps.get_swift_version.outputs.version}} "
12+ swift-version : " 5.8 "
1913 - uses : ./.github/actions/fetch-codeql
2014 - id : query-cache
2115 uses : ./.github/actions/cache-query-compilation
You can’t perform that action at this time.
0 commit comments