Skip to content

Conversation

@hierynomus
Copy link
Contributor

When using the GH Action for the CLI setup, your GH pipeline will fail once the CLI is cached and Instruqt updates the CLI. That's because the CLI verifies when running whether it's the latest version and will fail otherwise.

The problem in the GH action is that when you use 'latest' that will also be the cache key under which the CLI is stored, instead of a dynamic (version based) key. This is fixable by using the GH API to determine the latest version tag and using that as a cache key instead.

@amochtar amochtar merged commit de07844 into instruqt:master Dec 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants