Skip to content

Commit

Permalink
Don't try to download unused signature (facepalm)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwal committed Jul 3, 2024
1 parent 391a573 commit 57486f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/windows-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ async function download({ url, name }: Package) {

let [exe] = await Promise.all([
toolCache.downloadTool(url),
toolCache.downloadTool(`${url}.sig`),
]);

core.debug("Swift download complete");
Expand Down

0 comments on commit 57486f1

Please sign in to comment.