Skip to content

Commit

Permalink
elan: add \glean\
Browse files Browse the repository at this point in the history
  • Loading branch information
alissa-tung committed Oct 18, 2023
1 parent dfbab00 commit 21f6016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ fn main() {
buffer_path.clone().unwrap(),
true,
);
let glean_src = stream_pipe::ByteStreamPipe::new(
GitHubRelease::new(String::from("alissa-tung/glean"), 1),
buffer_path.clone().unwrap(),
true,
);
let lean_src = stream_pipe::ByteStreamPipe::new(
GitHubRelease::new(
String::from("leanprover/lean4"),
Expand Down

0 comments on commit 21f6016

Please sign in to comment.