Skip to content

Commit

Permalink
setup swift in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomy10 committed Jan 16, 2024
1 parent 9873879 commit ca2cc04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y gnustep gnustep-devel gobjc
- name: setup swift
uses: swift-actions/setup-swift
with:
swift-version: '5.9'
- name: Build
run: bash build.sh build install
- name: Run tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
bundler-cache: false
- name: setup minitest
run: gem install minitest
- name: setup swift
uses: swift-actions/setup-swift
with:
swift-version: '5.9'
- name: Build
run: zsh build.sh build install
- name: Run tests
Expand Down

0 comments on commit ca2cc04

Please sign in to comment.