We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my workflow I had:
- uses: seanmiddleditch/gha-setup-vsdevenv@main # ...a bunch of steps... - uses: seanmiddleditch/gha-setup-vsdevenv@main with: host_arch: amd64 toolset_version: 14.37.32822 components: 'Microsoft.VisualStudio.Component.VC.14.37.17.7.x86.x64;Microsoft.VisualStudio.Component.VC.14.37.17.7.ARM64' arch: arm64 # ...more steps...
The workarounds I've tried all fail :(. I'd have to break my workflow into two jobs and archive the state in between them.
The text was updated successfully, but these errors were encountered:
Work around seanmiddleditch/gha-setup-vsdevenv#23
8dbc155
Revert "Work around seanmiddleditch/gha-setup-vsdevenv#23"
b34a14b
This reverts commit 8dbc155.
Try to skip the first vsdevenv setup, a different workaround
755c6bd
seanmiddleditch/gha-setup-vsdevenv#23
No branches or pull requests
In my workflow I had:
The workarounds I've tried all fail :(. I'd have to break my workflow into two jobs and archive the state in between them.
The text was updated successfully, but these errors were encountered: