lukka / run-cmake

GitHub Action to build C++ applications with CMake (CMakePresets.json), Ninja and vcpkg on GitHub.
MIT License
176 stars 19 forks source link

Error on run #16

Closed rickomax closed 4 years ago

rickomax commented 4 years ago

Hi!

I'm getting an error message while running the CMAKE action. It was working fine before.

Download action repository 'lukka/run-cmake@v0'

[error](Line: 34, Col: 14):

[error](Line: 34, Col: 14): Unrecognized named-value: 'env'. Located at position 1 within expression: env.RUNVCPKG_VCPKG_TRIPLET

[error]Fail to load /home/runner/work/_actions/lukka/run-cmake/v0/action.yml

Edit: was pointing out to a private repository, removed.

rickomax commented 4 years ago

Fixed. Was using an outdated version. Changing to @v2 worked out!