Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v1.1.0

Compare
Choose a tag to compare
Loading
@github-actions github-actions released this 01 Mar 11:23
· 226 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.