Skip to content

Commit

Permalink
Bump to 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Apr 13, 2021
1 parent bc5d164 commit f0f7fdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: make build
env:
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
- name: Run tests
run: make test
- name: Check the example project
env:
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
run: cd ./ExampleProject && make swiftshield
- name: Try to package it
run: make package

0 comments on commit f0f7fdd

Please sign in to comment.