Skip to content

Commit 2daa001

Browse files
committed
Swift: setup Swift 5.8 unconditionally
1 parent 17111c9 commit 2daa001

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ runs:
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

0 commit comments

Comments
 (0)