From d2795e0a81b70b4ed574400659cb9b439ad571d2 Mon Sep 17 00:00:00 2001 From: leoho0722 Date: Sun, 1 Oct 2023 13:19:56 -0500 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index cda61a2..cfa1238 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,6 +15,9 @@ jobs: runs-on: macos-latest steps: + - uses: swift-actions/setup-swift@v1 + - name: Get swift version + run: swift --version - uses: actions/checkout@v3 - name: Build run: swift build -v