Skip to content

Commit

Permalink
remove swift-build job
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Jun 17, 2024
1 parent 1c843d9 commit c758c43
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ jobs:
cd Demo
xcodebuild -scheme "VgerDemo (macOS)" -destination 'platform=OS X,arch=x86_64' clean build | xcpretty
swift-build:
runs-on: macos-latest
steps:
- name: Check out vger
uses: actions/checkout@v4.1.1
- name: Build vger
run: swift build

0 comments on commit c758c43

Please sign in to comment.