You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per a request from Discord (relevant GitHub issue: open-dollar/od-contracts#520), it would be nice to have a GitHub action that installs Kontrol on public runners for people to use on GitHub. I think the approach is to:
Call the install-nix and install-cachix actions to setup Nix and cachix caches on the runner.
Install kup tool.
Use kup to install the selected version of kontrol.
The text was updated successfully, but these errors were encountered:
Per a request from Discord (relevant GitHub issue: open-dollar/od-contracts#520), it would be nice to have a GitHub action that installs Kontrol on public runners for people to use on GitHub. I think the approach is to:
install-nix
andinstall-cachix
actions to setup Nix and cachix caches on the runner.kup
tool.kup
to install the selected version ofkontrol
.The text was updated successfully, but these errors were encountered: