ivonnyssen/Install QHYCCD SDK

Install QHYCCD SDK on Linux, Windows, and macOS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 22, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ivonnyssen/qhyccd-sdk-install@37339fce40fbcbffeb45acc2c0af9395f3cfa12f # v4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionQHYCCD SDK version to install (required), e.g. 25.09.29 or 26.06.04yes
cacheEnable caching of downloaded filesnotrue
installLinux 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.nosystem

no outputs