mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Set the log level to LOG_LEVEL env variable (#417)
* set the log level to LOG_LEVEL env variable * remove need for `var logger` * swift-format * [ci] update static sdk to 6.0.2
This commit is contained in:
@@ -47,12 +47,12 @@ jobs:
|
||||
# https://github.com/swiftlang/github-workflows/issues/34
|
||||
musl:
|
||||
runs-on: ubuntu-latest
|
||||
container: swift:6.0-noble
|
||||
container: swift:6.0.2-noble
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install SDK
|
||||
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
|
||||
run: swift sdk install https://download.swift.org/swift-6.0.2-release/static-sdk/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum aa5515476a403797223fc2aad4ca0c3bf83995d5427fb297cab1d93c68cee075
|
||||
- name: Build
|
||||
run: swift build --swift-sdk x86_64-swift-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user