File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 24
24
. .github/workflows/scripts/setup-linux.sh
25
25
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
26
26
npm ci
27
- npm run compile
28
27
npm run package
29
28
npm run preview-package
30
29
for file in *.vsix; do
62
61
linux_pre_build_command : . .github/workflows/scripts/setup-linux.sh
63
62
linux_build_command : ./scripts/test.sh
64
63
# 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
66
65
windows_env_vars : |
67
66
CI=1
68
67
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
You can’t perform that action at this time.
0 commit comments