Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 30, 2024
1 parent 4566417 commit 81c4ea7
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 @@ -58,7 +58,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}`;

if (workflowCache) {
const primaryKey = core.getState("cache-key");
Expand Down

0 comments on commit 81c4ea7

Please sign in to comment.