From a155634d7172af2fb778a71d322204512f181c36 Mon Sep 17 00:00:00 2001 From: Moritz Lang Date: Sat, 15 Jun 2024 14:23:10 +0200 Subject: [PATCH] [CI] Use swiftly to install Swift --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cee9f0..c04b385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,13 @@ jobs: swift: [5.9, latest] steps: + - name: Install Swift + uses: vapor/swiftly-action@v0.1 + with: + toolchain: ${{ matrix.swift }} + env: + SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout uses: actions/checkout@v4.1.4