Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Feb 6, 2024
1 parent 8f5f5a0 commit 2012fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (!found) {

await $({
stdio: "inherit",
})`cargo binstall hayagriva --version ${version} --force -y --install-path ${cacheDir} --features="cli"`;
})`cargo binstall hayagriva --version ${version} --force -y --install-path ${cacheDir} --features cli`;

if (workflowCache) {
await cache.saveCache([cacheDir], primaryKey);
Expand Down

0 comments on commit 2012fe5

Please sign in to comment.