Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
Try to fix build errors

More fix attempts

Add .build to gitignore

More tries

Finalize
  • Loading branch information
Wevah committed Dec 2, 2020
1 parent e67e59b commit 2b600ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Switch Xcode
run: sudo xcode-select -s /Applications/Xcode_12.2.app
- name: Build
run: swift build -v
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Example/Punycode.xcodeproj/project.xcworkspace/xcshareddata
Example/Punycode.xcodeproj/project.xcworkspace/xcuserdata
Example/Punycode.xcodeproj/xcuserdata
.build

0 comments on commit 2b600ed

Please sign in to comment.