-
Notifications
You must be signed in to change notification settings - Fork 2
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
update to miniforge #20
Conversation
A similar problem is shown on mamba-org/mamba#3044 |
|
message to the user extended
tested on a guacamole win setup and a new linux user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some missed action updates, otherwise this looks good to me. I didn't test locally though, but CI says it's good.
When squashing please clean up the commit message, otherwise the git log becomes an incomprehensible mess.
.github/workflows/test_installer.yml
Outdated
@@ -76,16 +76,16 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- uses: actions/checkout@v3 | |
- uses: actions/checkout@v4 |
Since you have changed it in the other jobs as well.
No description provided.