Skip to content

Commit 692b2d6

Browse files
committed
Linux got no SwiftUI just yet
... makes no sense to try to build there.
1 parent 863a8fa commit 692b2d6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,6 @@ on:
77
- cron: "15 8 * * 1"
88

99
jobs:
10-
linux:
11-
runs-on: ubuntu-latest
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
image:
16-
- swift:5.3.2-xenial
17-
- swift:5.3.2-bionic
18-
container: ${{ matrix.image }}
19-
steps:
20-
- name: Checkout Repository
21-
uses: actions/checkout@v2
22-
- name: Build Swift Debug Package
23-
run: swift build -c debug
24-
- name: Build Swift Release Package
25-
run: swift build -c release
26-
- name: Run Tests
27-
run: swift test
2810
nextstep:
2911
runs-on: macos-latest
3012
steps:
@@ -38,5 +20,3 @@ jobs:
3820
run: swift build -c debug
3921
- name: Build Swift Release Package
4022
run: swift build -c release
41-
- name: Run Tests
42-
run: swift test

0 commit comments

Comments
 (0)