Skip to content

Commit

Permalink
fix: spacing in swift.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Oct 1, 2024
1 parent 5be272e commit e28ec52
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ on:

jobs:
build:
name: Swift build for 6.0
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- with:
swift-version: "6.0"
- name: Build
run: swift build -v
- uses: actions/checkout@v4
- with:
swift-version: "6.0"
- name: Build
run: swift build -v

0 comments on commit e28ec52

Please sign in to comment.