setup-cpp icon indicating copy to clipboard operation
setup-cpp copied to clipboard

Install all the tools required for building and testing C++/C projects.

Results 63 setup-cpp issues
Sort by recently updated
recently updated
newest added

## Upvote & Fund - I am using [Polar.sh](https://polar.sh/aminya) so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by...

enhancement

Similar to llvm, install [emscripten](https://emscripten.org/docs/getting_started/downloads.html#installation-instructions-using-the-emsdk-recommended) in `~/emscripten` (?) * [ ] Install on Linux * [ ] Ubuntu: `apt-get install emscripten` ? * [ ] Arch: https://archlinux.org/packages/community/x86_64/emscripten/ * [ ]...

enhancement

Hello, I am a happy user of your configuration. This week, it started failing with the following error: https://github.com/ArthurSonzogni/FTXUI/actions/runs/8864887609/job/24343126194?pr=849 ``` Installing gcovr 5.0 /opt/homebrew/bin/python3 --version Python 3.12.3 /opt/homebrew/bin/pip3 --version pip...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | major | `22.04` -> `24.04` | |...

dependencies

Hi there, I'm using setup-cpp in my CMake based project(`Visual Studio 17 2022 Generator + ClangCL as Compiler`) on Windows 22 in GitHub Actions. The project compiles without errors, but...

Brew has formulas about llvm-17/16/15/14, see But in setup-cpp indicates llvm-17/16/15 are missing in https://github.com/aminya/setup-cpp/blob/17a5a833c411175bd64ad1df88965b29b74b1a4b/src/llvm/llvm_url.ts#L103-L121 ## Upvote & Fund @aminya is using [Polar.sh](https://polar.sh/aminya) so you can upvote and help fund...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [` ` { subprocess.stdout.pipe(process.stdout); -...

dependencies

The following GitHub Actions workflow fails under `os: macos-latest` ``` uses: aminya/[email protected] with: compiler: ${{ matrix.compiler }} cmake: true make: true ``` with the error `Error: Command failed with ENOENT:...

bug
more-information-needed

From the log of [(windows-2022, llvm-16.0.6, *, *) jobs](https://github.com/FeignClaims/cpp_conan_template/actions/runs/9096397009/job/25001719153), for the setup-cpp action specified as ```yaml - name: Setup cpp uses: aminya/[email protected] with: compiler: llvm-16.0.6 vcvarsall: true cmake: true ninja:...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://togithub.com/docker/build-push-action) | action | major | `v5` -> `v6` | ---...

dependencies