Skip to content

Commit 460ab32

Browse files
committed
imitate problem pypy
1 parent f3b1c01 commit 460ab32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66495,7 +66495,7 @@ function installPyPy(pypyVersion, pythonVersion, architecture, releases) {
6649566495
}
6649666496
const { foundAsset, resolvedPythonVersion, resolvedPyPyVersion } = releaseData;
6649766497
let downloadUrl = `${foundAsset.download_url}`;
66498-
core.info(`Downloading PyPy from "${downloadUrl}" ...`);
66498+
core.info(`Downloading PyPy from "${downloadUrl}" ... will throw`);
6649966499
try {
6650066500
throw new tc.HTTPError(403);
6650166501
const pypyPath = yield tc.downloadTool(downloadUrl);

src/install-pypy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function installPyPy(
4646
const {foundAsset, resolvedPythonVersion, resolvedPyPyVersion} = releaseData;
4747
let downloadUrl = `${foundAsset.download_url}`;
4848

49-
core.info(`Downloading PyPy from "${downloadUrl}" ...`);
49+
core.info(`Downloading PyPy from "${downloadUrl}" ... will throw`);
5050

5151
try {
5252
throw new tc.HTTPError(403)

0 commit comments

Comments
 (0)