mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-11-26 00:56:45 +07:00
testing [skip ci]
This commit is contained in:
@ -578,6 +578,7 @@ export async function addTools(
|
||||
break;
|
||||
case 'phar' === data['type']:
|
||||
data['url'] = await getUrl(data);
|
||||
console.log(data['url']);
|
||||
script += await addArchive(data);
|
||||
break;
|
||||
case 'composer' === data['type']:
|
||||
|
||||
Reference in New Issue
Block a user