Skip to content

Commit e527f1d

Browse files
optional swift
1 parent 9570fde commit e527f1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- 'release/**'
6+
- "release/**"
77
jobs:
88
build:
99
runs-on: ubuntu-22.04
@@ -89,6 +89,7 @@ jobs:
8989
- name: Setup Swift
9090
if: ${{ contains(matrix.fixture, 'swift') }}
9191
uses: swift-actions/setup-swift@v1
92+
continue-on-error: true
9293
with:
9394
swift-version: "5.7.2"
9495

0 commit comments

Comments
 (0)