actions-setup-cmake icon indicating copy to clipboard operation
actions-setup-cmake copied to clipboard

Results 9 actions-setup-cmake issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this nice action it is very useful. However, sometimes I'm using github action to test on hardware I don't have at disposal, so this involve a lot...

When requesting a setup of CMake 2.8.12.2 the following error is seen: ``` Run jwlawson/actions-setup-cmake@v1 with: cmake-version: 2.8.12.2 github-api-token: *** use-32bit: false Error: Unable to find version matching 2.8.12.2 ```...

When I use this package it takes around 30s to install CMake. Could you speed up this installation (e.g. by skipping some steps like getting the version info)

I've noticed a warning showing up: ``` Run jwlawson/[email protected] with: github-api-token: *** env: pythonLocation: /Users/runner/hostedtoolcache/Python/3.5.10/x64 BOOST_ROOT: Warning: Found 2 matching packages. /usr/bin/tar xz -C /Users/runner/work/_temp/6b8603ae-eb43-4975-bbd4-ea6affe3299c -f /Users/runner/work/_temp/34ac4217-2c62-4652-9e92-b47f7bf78452 ``` See, for...

It would be interesting to be able to install [the nightly CMake version(s)](https://cmake.org/files/dev/?C=M;O=D). We'd like to add visionOS to our testing matrix, but this is currently only available in the...

Hello! 👋 I'm interested in contributing a GitHub Actions workflow like this: https://github.com/Andrew-Chen-Wang/github-wiki-action/blob/master/.github/workflows/update-tags.yml This would make the `@v1` tag automagically follow the latest `v1.x.x` release when a new release is...

Using https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md

Hi @jwlawson This action seems to fail on a windows arm64 machine (one of our self-hosted runners) with the following error. This looks like the common error message that installing...