From a1692c842bacd618fa271da31ca0b11bd53a3859 Mon Sep 17 00:00:00 2001 From: freef4ll <103502659+freef4ll@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:25:08 +0300 Subject: [PATCH] Update swift-code-coverage.yml --- .github/workflows/swift-code-coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift-code-coverage.yml b/.github/workflows/swift-code-coverage.yml index 9c61791a..4bc35fde 100644 --- a/.github/workflows/swift-code-coverage.yml +++ b/.github/workflows/swift-code-coverage.yml @@ -12,7 +12,9 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v4 - + - uses: swift-actions/setup-swift@v2 + - name: Swift version + run: swift --version - name: Ubuntu deps if: ${{ runner.os == 'Linux' }} run: |