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

Add VS_ENV.with_env(&) method to enable setting up Visual Studio Envi… #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dsisnero
Copy link

For building on windows, sets up a Visual Studio x64 Environment, so that developer tools are available

…ronment for windows

For building on windows, sets up a Visual Studio x64 Environment, so that developer tools are available
@kostya
Copy link
Owner

kostya commented Oct 12, 2023

dsisnero and others added 2 commits October 12, 2023 15:44
With VS_ENV.with_env, no longer need these steps
@dsisnero
Copy link
Author

With the change to the workflow in the latest push, this works. I just tested it.

@dsisnero
Copy link
Author

need to change the workflow - If you look at this workflow run in my vs_env branch, https://github.com/dsisnero/lexbor/blob/vs_env/.github/workflows/win_vsenv.yml , I remove this action ilammy/msvc-dev-cmd@cec98b9 because it is no longer needed with the
VS_ENV.with_env# method

- name: Enable Windows developer prompt
uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89

- name: Setup cmake
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you remove cmake?

@dsisnero
Copy link
Author

dsisnero commented Oct 16, 2023 via email

@kostya
Copy link
Owner

kostya commented Oct 17, 2023

but why actions still crash? https://github.com/kostya/lexbor/actions/runs/6512196611/job/17704923602
also maybe rename action from 'Specs (windows)', because there is 2 similar.

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

Successfully merging this pull request may close these issues.

2 participants