Skip to content

Commit

Permalink
Avoid using docker
Browse files Browse the repository at this point in the history
  • Loading branch information
semicoleon committed Jun 14, 2024
1 parent 619abcc commit 387b99f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ jobs:
run: make test-without-building-watchos
linux:
runs-on: ubuntu-latest
container: swift:5.10
steps:
- uses: actions/checkout@v2
- name: Install swiftly
run: curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash
- name: Install swift
run: swiftly install 5.10.1
- name: Build tests for Linux
run: swift build --build-tests
- name: Run tests for Linux
Expand Down

0 comments on commit 387b99f

Please sign in to comment.