https://github.com/lifting-bits/download-cxx-common
Download cxx-common github action
https://github.com/lifting-bits/download-cxx-common
Last synced: about 2 months ago
JSON representation
Download cxx-common github action
- Host: GitHub
- URL: https://github.com/lifting-bits/download-cxx-common
- Owner: lifting-bits
- License: mit
- Created: 2022-04-20T09:18:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T20:30:46.000Z (about 3 years ago)
- Last Synced: 2025-02-23T21:19:45.574Z (over 1 year ago)
- Language: TypeScript
- Size: 836 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# download-cxx-common
Download cxx-common github action
## Supported parameters
See [action.yml](https://github.com/lifting-bits/download-cxx-common/blob/main/action.yml)
## Example action step:
```
- name: Download cxx-common
id: cxxcommon
uses: lifting-bits/download-cxx-common@v1
with:
llvm: 13
version: v0.2.2
token: ${{ secrets.GITHUB_TOKEN }}
image: ubuntu
image_tag: 20.04
destination: ./install
```
Usage in the following cmake steps:
```
cmake -DVCPKG_ROOT=${{ steps.cxxcommon.outputs.path }} ...
```