You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix several CI issues due to changes in GitHub actions' environment
VCPKG_ROOT is now defined as an environment variable in GitHub actions. This
change causes some of our jobs to fail because our scripts detect the
environment variable to trigger some work. In this commit I remove
the VCPKG_ROOT environment variable from the ubuntu jobs and remove
the setting of the VCPKG_ROOT CMake variable on the windows job
Use clean-after-build flag instead of Remove-Item to clean vcpkg builds
Fix missing expat package in new macOS GitHub workflow
0 commit comments