ivonnyssen/Install QHYCCD SDK
Install QHYCCD SDK on Linux, Windows, and macOS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
Pinned Snippet
uses: ivonnyssen/qhyccd-sdk-install@37339fce40fbcbffeb45acc2c0af9395f3cfa12f # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | QHYCCD SDK version to install (required), e.g. 25.09.29 or 26.06.04 | yes | — |
| cache | Enable caching of downloaded files | no | true |
| install | Linux install mode. 'system' (default) copies the SDK into /usr/local and runs ldconfig — this needs root/sudo. 'env' is sudo-free: it leaves the SDK extracted under the workspace and exports QHYCCD_SDK_DIR (the directory holding libqhyccd.a) to $GITHUB_ENV for a later build step to read. Use 'env' on unprivileged runners (e.g. a sudo-less self-hosted runner) where a build links the SDK statically. Ignored on Windows and macOS, which always extract-and-PATH with no sudo. | no | system |
Outputs
no outputs