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

Can't re-setup the environment properly. #23

Open
dabrahams opened this issue Feb 15, 2024 · 0 comments
Open

Can't re-setup the environment properly. #23

dabrahams opened this issue Feb 15, 2024 · 0 comments

Comments

@dabrahams
Copy link

dabrahams commented Feb 15, 2024

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.

dabrahams added a commit to hylo-lang/llvm-build that referenced this issue Feb 15, 2024
dabrahams added a commit to hylo-lang/llvm-build that referenced this issue Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant