Skip to content

Commit b9b32f1

Browse files
authored
Disable windows nightly toolchain (#1583)
Hasn't been a successful nightly build of the toolchain since early April
1 parent cc67a7a commit b9b32f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
. .github/workflows/scripts/setup-linux.sh
2525
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
2626
npm ci
27-
npm run compile
2827
npm run package
2928
npm run preview-package
3029
for file in *.vsix; do
@@ -62,7 +61,7 @@ jobs:
6261
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
6362
linux_build_command: ./scripts/test.sh
6463
# Windows
65-
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.1"}]' # Missing https://github.com/swiftlang/swift/pull/80144
64+
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.1"},{"swift_version": "nightly"}]' # Missing https://github.com/swiftlang/swift/pull/80144
6665
windows_env_vars: |
6766
CI=1
6867
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}

0 commit comments

Comments
 (0)