We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17111c9 commit 2daa001Copy full SHA for 2daa001
1 file changed
swift/actions/run-integration-tests/action.yml
@@ -4,18 +4,12 @@ runs:
4
using: composite
5
steps:
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
- uses: actions/setup-python@v4
14
with:
15
python-version-file: 'swift/.python-version'
16
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
17
18
- swift-version: "${{steps.get_swift_version.outputs.version}}"
+ swift-version: "5.8"
19
- uses: ./.github/actions/fetch-codeql
20
- id: query-cache
21
uses: ./.github/actions/cache-query-compilation
0 commit comments