Skip to content

Commit

Permalink
Install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jan 5, 2024
1 parent 66ed86b commit 4270595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: |
swift build
- name: Install curl
run: apt-get update && apt-get install -y curl

- name: Check redirects
run: ./check-redirects.sh

Expand Down

0 comments on commit 4270595

Please sign in to comment.