From 441ce87559db71c314d02e67f207e8a687d73593 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 20 Jan 2026 07:17:34 -0500 Subject: [PATCH] Update CI/CD (5) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7232e2d..0b5841d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,8 +26,8 @@ jobs: - uses: actions/setup-node@v4 - uses: tree-sitter/setup-action@v2 - uses: swift-actions/setup-swift@v2 - with: - swift-version: "6.2" + with: + swift-version: "6.2" # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we # are forced to specify calls to the CI ourselves.