Skip to content

Commit

Permalink
Use a different action to set up Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 3, 2023
1 parent 92ee7a2 commit 58618c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- macOS-13
- windows-2022
swift-version:
- '5.9.0'
- '5.9'
swift-compat-ver:
- '5'
runs-on: ${{ matrix.os }}
Expand All @@ -46,7 +46,7 @@ jobs:
build-${{ github.workspace }}-${{ runner.os }}-${{ matrix.swift-version }}-
build-${{ github.workspace }}-${{ runner.os }}-
build-${{ github.workspace }}-
- uses: swift-actions/setup-swift@main
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift-version }}
# DEBUG mode
Expand Down

0 comments on commit 58618c6

Please sign in to comment.