lifting-bits / download-cxx-common

Download cxx-common github action

Repository from Github https://github.comlifting-bits/download-cxx-commonRepository from Github https://github.comlifting-bits/download-cxx-common

download-cxx-common

Download cxx-common github action

Supported parameters

See 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 }} ...

About

Download cxx-common github action

License:MIT License


Languages

Language:TypeScript 100.0%