1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Use \n instead of os.EOL

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
Patrick Arminio 2022-03-30 22:41:41 +01:00 committed by GitHub
parent 7a37d78806
commit 6c31eb3fc7
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor {
);
}
const lines = stdout.trim().split(os.EOL);
const lines = stdout.trim().split('\n');
const config: any = {};