Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 11:23
· 17 commits to master since this release

What's Changed

  • feat: install setup-cpp CLI in GitHub Actions by @aminya in #350
    When using the setup-cpp action in GitHub Actions, by default it will also install the setup-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