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

'pacman: command not found' in windows-latest os #539

Open
aniketnarvekar opened this issue Jan 3, 2023 · 2 comments
Open

'pacman: command not found' in windows-latest os #539

aniketnarvekar opened this issue Jan 3, 2023 · 2 comments

Comments

@aniketnarvekar
Copy link

aniketnarvekar commented Jan 3, 2023

I'm trying to test my project using GitHub action on push on macOS, Ubuntu, and windows latest OS using SBCL. The first is tried to run on only macOS, Ubuntu. It runs successfully. But when I attempted to add a windows-latest OS with changes suggested in [https://roswell.github.io/GitHub-Actions.html](Roswell GitHub action page). It's giving me the following error:
main: line 140: pacman: command not found On Windows GitHub action. I don't know what to add in .yaml file to fix this error. The following is a link to the line in install-for-ci.sh file.

pacman -S $MINGW_PACKAGE_PREFIX-roswell

@lockie
Copy link

lockie commented Jul 31, 2023

Roswell's CI script seems to expect MSYS2 being installed on target windows environment (pacman is its package manager), you might want to explore that.

@aniketnarvekar
Copy link
Author

Thank you, @lockie

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