mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[godot] Install Dotnet 6 in each job.
This commit is contained in:
parent
41cadcd8a1
commit
cd1935d1e0
5
.github/actions/setup-godot-deps/action.yml
vendored
5
.github/actions/setup-godot-deps/action.yml
vendored
@ -25,3 +25,8 @@ runs:
|
|||||||
python -c "import sys; print(sys.version)"
|
python -c "import sys; print(sys.version)"
|
||||||
python -m pip install scons==4.4.0
|
python -m pip install scons==4.4.0
|
||||||
scons --version
|
scons --version
|
||||||
|
|
||||||
|
- name: Setup dotnet 6
|
||||||
|
uses: actions/setup-dotnet@v3
|
||||||
|
with:
|
||||||
|
dotnet-version: '6.0.x'
|
||||||
Loading…
x
Reference in New Issue
Block a user