We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25c9d3 commit 07dc267Copy full SHA for 07dc267
.github/workflows/integration_tests.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: Test the archive plugin
111
run: |
112
which curl || (apt -q update && apt -yq install curl)
113
- curl -s https://raw.githubusercontent.com/swift-sever/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-archive-plugin.sh | bash
+ curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-archive-plugin.sh | bash
114
115
check-foundation:
116
name: No dependencies on Foundation
0 commit comments