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 GitHub Actions runs #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Wissididom
Copy link

@Wissididom Wissididom commented Oct 23, 2023

This PR does the following:

  • Update Actions
  • Remove actions/cache because jurplel/install-qt-action@v4 can do that by itself now
  • Add ilammy/msvc-dev-cmd to set environment variables needed for the windows Build step. That action uses vswhere to find the vcvars64.bat file that sets the environment variables and runs it. This replaces calling vcvars64.bat manually.

The main problem was that Visual Studio 2019 was hardcoded in the GitHub Actions workflow, and the current windows-latest (at the time of writing windows-2022, Source) does only have Visual Studio 2022 installed.

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.

1 participant