summaryrefslogtreecommitdiffstats
path: root/.github/actions/godot-deps/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/godot-deps/action.yml')
-rw-r--r--.github/actions/godot-deps/action.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index 99404657c6..eb9bdef1e7 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -1,17 +1,19 @@
name: Setup Python and SCons
description: Setup Python, install the pip version of SCons.
+
inputs:
python-version:
description: The Python version to use.
- default: "3.x"
+ default: 3.x
python-arch:
description: The Python architecture.
- default: "x64"
+ default: x64
scons-version:
description: The SCons version to use.
- default: "4.8.0"
+ default: 4.8.0
+
runs:
- using: "composite"
+ using: composite
steps:
- name: Set up Python 3.x
uses: actions/setup-python@v5