Skip to content

Commit

Permalink
db: choose rg amd64 variants explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang committed Jun 17, 2024
1 parent 28095d8 commit 474c7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sync/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ pub fn build_db() -> BTreeMap<String, ToolInfo> {
owner: "BurntSushi",
repo: "ripgrep",
exe_name: "rg",
linux: "unknown-linux-musl",
macos: "apple-darwin",
linux: "x86_64-unknown-linux-musl",
macos: "x86_64-apple-darwin",
windows: "x86_64-pc-windows-msvc",
tag: ToolInfoTag::Latest,
},
Expand Down

0 comments on commit 474c7a9

Please sign in to comment.