Skip to content

Commit

Permalink
fix: (hopefully) temporarily revert to glibc linux fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sachk committed Jan 6, 2025
1 parent 934324a commit abdf980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl ActivityWatchExtension {

let os = match platform {
zed::Os::Mac => "apple-darwin",
zed::Os::Linux => "unknown-linux-musl",
zed::Os::Linux => "unknown-linux-gcc",
zed::Os::Windows => "pc-windows-msvc",
};

Expand Down

0 comments on commit abdf980

Please sign in to comment.