mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 06:03:49 +00:00
code update for freethreaded
This commit is contained in:
parent
404bd3b57d
commit
0b865b97c9
2 changed files with 6 additions and 0 deletions
|
@ -168,6 +168,9 @@ export async function useCpythonVersion(
|
|||
// Append 't' for freethreaded builds
|
||||
if (freethreaded) {
|
||||
versionSuffix += 't';
|
||||
if (architecture === 'x86-freethreaded') {
|
||||
versionSuffix += '-32';
|
||||
}
|
||||
}
|
||||
// Add user Scripts path
|
||||
const userScriptsDir = path.join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue