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

Make the error messages readable #370

Merged
merged 7 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
another ci try
  • Loading branch information
nplasterer committed Jul 24, 2024
commit ed2998ec061a56cfb17d72c9f8b85861751da33e
2 changes: 1 addition & 1 deletion dev/up
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ if [[ "${OSTYPE}" == "darwin"* ]]; then
fi
if ! kotlinc -version &>/dev/null; then brew install kotlin; fi
if ! which rustup &>/dev/null; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
fi
fi