From 2e2caa37d1df2735272bfe6af2f3b7e0a4535532 Mon Sep 17 00:00:00 2001 From: Ben <31181527+benedom@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:33:00 +0200 Subject: Update swift.yml --- .github/workflows/swift.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index fdff5f4..d3825be 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -21,11 +21,14 @@ jobs: runs-on: macos-13 steps: - - uses: actions/checkout@v3 - - uses: swift-actions/setup-swift@v1 + - name: Checkout + uses: actions/checkout@v3 - name: Get swift version + uses: swift-actions/setup-swift@v1 + - name: Print Swift version run: swift --version - - uses: mxcl/xcodebuild@v1 + - name: Build & Test + uses: mxcl/xcodebuild@v1 with: xcode: ${{ matrix.xcode }} platform: ${{ matrix.platform }} -- cgit v1.2.3