Skip to content

Commit ebcfc9a

Browse files
committed
yamllint
1 parent 42fc338 commit ebcfc9a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
# until there is a support for musl in swiftlang/github-workflows
4747
# https://github.com/swiftlang/github-workflows/issues/34
4848
musl:
49-
runs-on: ubuntu-latest
50-
container: swift:6.0-noble
51-
timeout-minutes: 30
52-
steps:
53-
- name: Check out code
54-
uses: actions/checkout@v4
55-
- name: Install SDK
56-
run: swift sdk install https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481
57-
- name: Build
58-
run: swift build --swift-sdk x86_64-swift-linux-musl ${PACKAGE_PATH} ${EXTRA_FLAGS} ${EXTRA_MUSL_FLAGS} ${WARNINGS_AS_ERRORS}
49+
runs-on: ubuntu-latest
50+
container: swift:6.0-noble
51+
timeout-minutes: 30
52+
steps:
53+
- name: Check out code
54+
uses: actions/checkout@v4
55+
- name: Install SDK
56+
run: swift sdk install https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481
57+
- name: Build
58+
run: swift build --swift-sdk x86_64-swift-linux-musl ${PACKAGE_PATH} ${EXTRA_FLAGS} ${EXTRA_MUSL_FLAGS} ${WARNINGS_AS_ERRORS}

0 commit comments

Comments
 (0)