mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-10 21:32:19 +02:00
feat: Add 'IS_MAC' util
This commit is contained in:
parent
9f1915a970
commit
467a981225
3 changed files with 5 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue