mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[godot] Install Dotnet 6 in each job.
This commit is contained in:
parent
41cadcd8a1
commit
cd1935d1e0
7
.github/actions/setup-godot-deps/action.yml
vendored
7
.github/actions/setup-godot-deps/action.yml
vendored
@ -24,4 +24,9 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
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