We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e333286 commit ac471dbCopy full SHA for ac471db
2 files changed
.github/workflows/visual-studio-latest.yml
@@ -35,6 +35,7 @@ jobs:
35
ref: master
36
37
- name: Build after VS update
38
+ if: ${{ !cancelled() }}
39
shell: cmd
40
run: "C:\\setenv.bat x64 &&
41
python .github/workflows/root-ci-config/build_root.py
.github/workflows/visual-studio-preview.yml
0 commit comments