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

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/cache](https://redirect.github.com/actions/toolkit/tree/main/packages/cache) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/cache))...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/dockerhub-description](https://redirect.github.com/peter-evans/dockerhub-description) | action | major | `v4` -> `v5` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v5` -> `v7` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) |...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v6` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | [`^1.10.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/2.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcore/2.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fcore/1.11.1/2.0.1?slim=true) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.17.2` -> `22.19.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.2/22.19.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.2/22.19.3?slim=true) | | [ci-info](https://redirect.github.com/watson/ci-info)...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | fedora | final | major | `40` -> `44` | --- ### Configuration...

dependencies

```sh ./setup-cpp-x64-linux --compiler gcc-15 ... Error: Failed to install apt packages: Could not find package 'gcc' 15 Error: Could not find package 'gcc' 15 at aE (file:///tmp/caxa/applications/setup-cpp-x64-linux/vwn7iqzggq/0/setup-cpp.mjs:45:1374) at process.processTicksAndRejections (node:internal/process/task_queues:105:5)...

Here's my github actions script: ```yaml jobs: build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: include: # - os: windows-2022 # compiler: msvc - os:...