Skip to content
New issue

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

Windows CI build stops at cinst not being a command, in Ruby 3.0 #36

Closed
olleolleolle opened this issue Jan 9, 2024 · 4 comments
Closed

Comments

@olleolleolle
Copy link
Contributor

olleolleolle commented Jan 9, 2024

From a CI run:

Run cinst ansicon
cinst: D:\a\_temp\d1a0e82b-8211-4346-a1a2-1fbf8a380653.ps1:2
Line |
   2 |  cinst ansicon
     |  ~~~~~
     | The term 'cinst' is not recognized as a name of a cmdlet, function, script file, or executable program. Check
     | the spelling of the name, or if a path was included, verify that the path is correct and try again.
@olleolleolle
Copy link
Contributor Author

olleolleolle commented Jan 9, 2024

Does it need to install Chocolatey or something? https://github.com/marketplace/actions/chocolatey-action

Does it need to use choco install ansicon instead?

@olleolleolle
Copy link
Contributor Author

olleolleolle commented Jan 9, 2024

@janlelis Perhaps

   -
        name: Choco install ansicon
        uses: crazy-max/ghaction-chocolatey@v3
        with:
          args: install ansicon

@janlelis
Copy link
Owner

janlelis commented Jan 9, 2024

Thanks, let's try!

@olleolleolle
Copy link
Contributor Author

0e136c9 fixed that!

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

No branches or pull requests

2 participants