Skip to content

CMake not added to PATH #55

@JosiahWI

Description

@JosiahWI

See https://github.com/JosiahWI/irrlicht/actions/runs/3440089756/jobs/5738145153. I tried with cmake and with cmake3.5.2 but neither executable is on the PATH.

      - name: Setup CMake                                                       
        uses: lukka/get-cmake@latest
        with:                           
          cmakeVersion: 3.5.2
                              
      - name: Build                    
        run: |
          cmake -G Ninja -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release .     
          cmake --build .  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions