mirror of
https://github.com/actions/setup-python.git
synced 2025-06-15 00:37:13 +02:00
feat: Add 'IS_MAC' util
This commit is contained in:
@ -7,7 +7,8 @@ import fs from 'fs';
|
||||
import {getCacheDistributor} from './cache-distributions/cache-factory';
|
||||
import {
|
||||
isCacheFeatureAvailable,
|
||||
logWarning
|
||||
logWarning,
|
||||
IS_MAC
|
||||
} from './utils';
|
||||
|
||||
function isPyPyVersion(versionSpec: string) {
|
||||
|
Reference in New Issue
Block a user