Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 06:21
· 615 commits to master since this release

What's Changed

  • feat: support installation via npm by @aminya in #159
npm i -g setup-cpp
  • fix: rename the built executables to include architecture by @aminya in #159

Breaking Changes

  • the built bundle is now setup-cpp.js
  • the built executables are now renamed to include the architecture
setup-cpp-x64-windows.exe
setup-cpp-x64-linux
setup-cpp-x64-macos

See the readme for more information.

Full Changelog: v0.25.1...v0.26.0