Skip to content

Commit

Permalink
[CI] Use swiftly to install Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo committed Jun 15, 2024
1 parent 9010d2c commit a155634
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
swift: [5.9, latest]

steps:
- name: Install Swift
uses: vapor/[email protected]
with:
toolchain: ${{ matrix.swift }}
env:
SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
uses: actions/[email protected]

Expand Down

0 comments on commit a155634

Please sign in to comment.