Skip to content

Commit

Permalink
Merge pull request #1 from loloop/mc/github-actions
Browse files Browse the repository at this point in the history
attempts to set a specific swift version
  • Loading branch information
loloop authored Dec 15, 2023
2 parents 016705c + fe95c70 commit 7ed908f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
build:
runs-on: macos-latest
steps:
- name: Setup swift
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"
- uses: actions/checkout@v4
- name: Build
run: swift build
run: swift build

0 comments on commit 7ed908f

Please sign in to comment.