-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
max-sixty
added a commit
to max-sixty/prql
that referenced
this issue
Aug 6, 2023
Yes, we can replace |
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
It seems that:
if ! [[ -v CARGO_HOME ]];
Would it make sense to use a different construction / offer a
brew
install for macs / suggest piping tozsh
?Thanks!
The text was updated successfully, but these errors were encountered: