Skip to content

Commit 37da1b8

Browse files
committed
fix curl
1 parent 1bd4e73 commit 37da1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
COMMAND: ${{ inputs.matrix_linux_command }}
9393
EXAMPLE: ${{ matrix.examples }}
9494
run: |
95-
which curl || (apt -q update && apt -yq install curl)
95+
# curl is already installed on Amazon Linux 2
9696
curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/integration_tests.sh | bash
9797
echo "✅ The examples compile correctly"
9898

0 commit comments

Comments
 (0)