Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Use "--force" Option on Visual Studio Install #1283

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

dgreatwood
Copy link
Collaborator

For Widows, the Pistache script winscripts/helpers/commonsetup.ps1 will install Visual Studio if VS is not installed already.

With this change, the command line option "--force" is included for the VS install command. Otherwise VS install may fail in Windows 10.

Otherwise VS install fails in Windows 10
@kiplingw kiplingw self-requested a review January 17, 2025 05:31
@kiplingw kiplingw added bug dependencies Pull requests that update a dependency file Windows labels Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.95%. Comparing base (5798cc7) to head (79678c9).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1283      +/-   ##
==========================================
+ Coverage   75.53%   75.95%   +0.41%     
==========================================
  Files          58       60       +2     
  Lines        8859     9876    +1017     
==========================================
+ Hits         6692     7501     +809     
- Misses       2167     2375     +208     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kiplingw kiplingw merged commit c041e86 into pistacheio:master Jan 17, 2025
136 of 137 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants