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

New install script compatibility with MacOS GHA runners #1254

Closed
max-sixty opened this issue Aug 6, 2023 · 1 comment · Fixed by #1263
Closed

New install script compatibility with MacOS GHA runners #1254

max-sixty opened this issue Aug 6, 2023 · 1 comment · Fixed by #1263

Comments

@max-sixty
Copy link

It seems that:

Would it make sense to use a different construction / offer a brew install for macs / suggest piping to zsh?

Thanks!

@NobodyXu
Copy link
Member

NobodyXu commented Aug 7, 2023

Yes, we can replace if ! [[ -v CARGO_HOME ]] with if [[ -z "$CARGO_HOME" ]].
I welcome any PR for fixing this since I am a bit busy right now!

NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script and shellcheck.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script and shellcheck.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script and shellcheck.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script and shellcheck.

Signed-off-by: Jiahao XU <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Aug 9, 2023
Fixed #1254

and also add CI for installation script and shellcheck.

Signed-off-by: Jiahao XU <[email protected]>
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

Successfully merging a pull request may close this issue.

2 participants