Add windows-toolchain input

This commit is contained in:
MSP-Greg
2024-01-22 11:07:31 +01:00
committed by Benoit Daloze
parent 432702e864
commit 558057564b
6 changed files with 43 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@ const inputDefaults = {
'working-directory': '.',
'cache-version': bundler.DEFAULT_CACHE_VERSION,
'self-hosted': 'false',
'windows-toolchain': 'default',
}
// entry point when this action is run on its own