v1.1.0
What's Changed
- feat: install setup-cpp CLI in GitHub Actions by @aminya in #350
When using thesetup-cpp
action in GitHub Actions, by default it will also install thesetup-cpp
CLI, which you can use in the subsequent commands. You can modify the default behaviour if needed.
- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
setup-cpp: true
node-package-manager: "npm"
- name: Use Setup Cpp CLI
run: setup-cpp --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
Full Changelog: v1.0.0...v1.1.0