Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Dec 22, 2024
1 parent 1bd4e73 commit 37da1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
COMMAND: ${{ inputs.matrix_linux_command }}
EXAMPLE: ${{ matrix.examples }}
run: |
which curl || (apt -q update && apt -yq install curl)
# curl is already installed on Amazon Linux 2
curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/integration_tests.sh | bash
echo "✅ The examples compile correctly"
Expand Down

0 comments on commit 37da1b8

Please sign in to comment.