Skip to content

Commit 5bf456c

Browse files
use my fork of swiftlang/github-workflows to test Python 3.10 installation
1 parent cef51b0 commit 5bf456c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
tests_release:
6161
name: Test Release
6262
needs: package
63-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
63+
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@fix-windows-ci
6464
with:
6565
needs_token: true
6666
# Linux
@@ -75,7 +75,7 @@ jobs:
7575
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
7676
linux_build_command: ./scripts/test.sh
7777
# Windows
78-
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.1"}, {"swift_version": "nightly"}, {"swift_version": "6.2"}]' # Missing https://github.com/swiftlang/swift/pull/80144
78+
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.1"}, {"swift_version": "nightly"}, {"swift_version": "6.2"}]' # Missing https://github.com/swiftlang/swift/pull/80144
7979
windows_env_vars: |
8080
CI=1
8181
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
@@ -87,7 +87,7 @@ jobs:
8787
tests_insiders:
8888
name: Test Insiders
8989
needs: package
90-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
90+
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@fix-windows-ci
9191
with:
9292
needs_token: true
9393
# Linux

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tests:
4949
name: ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
5050
needs: package
51-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
51+
uses: matthewbastien/github-workflows/.github/workflows/swift_package_test.yml@fix-windows-ci
5252
with:
5353
needs_token: true
5454
# Linux
@@ -76,7 +76,7 @@ jobs:
7676

7777
soundness:
7878
name: Soundness
79-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
79+
uses: matthewbastien/github-workflows/.github/workflows/soundness.yml@fix-windows-ci
8080
with:
8181
# Pending https://github.com/swiftlang/vscode-swift/pull/1176
8282
license_header_check_enabled: false

0 commit comments

Comments
 (0)