We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CI pipeline is broken because the 5.9/stable channel for LXD on the Snap Store is no longer available:
5.9/stable
The setup-lxd action will need to be updated so that it pulls LXD from an available channel on the Snap Store:
setup-lxd
cleantest/.github/workflows/ci.yaml
Lines 46 to 49 in 798bf5d
I am thinking of using latest/stable since I am not locked into any specific release of LXD.
latest/stable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CI pipeline is broken because the
5.9/stable
channel for LXD on the Snap Store is no longer available:The
setup-lxd
action will need to be updated so that it pulls LXD from an available channel on the Snap Store:cleantest/.github/workflows/ci.yaml
Lines 46 to 49 in 798bf5d
I am thinking of using
latest/stable
since I am not locked into any specific release of LXD.The text was updated successfully, but these errors were encountered: