From 3c45d155a68160e7132759c612d47c792ecdd56e Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Tue, 15 Apr 2025 14:16:42 -0600 Subject: [PATCH] CI: Bump swiftly toolchain version to main-snapshot-2025-04-12 The latest snapshot includes some bug fixes that are required in order to include LibWeb-Swift.h in our C++ files. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 7188db0bb01..715fb930893 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -101,7 +101,7 @@ runs: echo "swiftly version: $(swiftly --version)" >&2 - swiftly install --use main-snapshot-2025-04-02 + swiftly install --use main-snapshot-2025-04-12 swiftly list - name: 'Install Dependencies'