From 2f55f25f6453e1d8eb67e9f426098b68901616ef Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 4 Apr 2024 18:46:40 +0000 Subject: [PATCH] try to upgrade swift --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c4592096..d99796b56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ jobs: build: runs-on: macos-latest steps: + - run: swift --version + - uses: swift-actions/setup-swift@v2 + - run: swift --version - uses: actions/checkout@v4 with: submodules: true