/setup-nanoflann

Set up your GitHub Actions workflow with the nanoflann

Primary LanguageShellMIT LicenseMIT

Setup nanoflann docker action

Set up your GitHub Actions workflow with a specific version of the nanoflann

Inputs

version

Not Required Version of nanoflann. Default latest.

Example usage

      - name: Install nanoflann
        uses: kupns-aka-kupa/setup-nanoflann@v1
        with:
          version: 1.1.1

Specify target platform

Env CMAKE_GENERATOR. Default depends on platform

      - name: Install nanoflann
        uses: kupns-aka-kupa/setup-nanoflann@v1
        env:
          CMAKE_GENERATOR: MinGW Makefiles

More available generators