mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update setup-godot: v0.1.1 -> v1.0.0
This commit is contained in:
parent
d94253fdc3
commit
28521b9d7a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -205,7 +205,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v0.1.1
|
||||
uses: lihop/setup-godot@v1.0.0
|
||||
- name: Install plugins
|
||||
run: godot --no-window -s plug.gd install
|
||||
- name: Upload install plugins for use by other jobs
|
||||
|
@ -227,7 +227,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v0.1.1
|
||||
uses: lihop/setup-godot@v1.0.0
|
||||
- name: Install binary build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
@ -274,7 +274,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v0.1.1
|
||||
uses: lihop/setup-godot@v1.0.0
|
||||
with:
|
||||
version: ${{ matrix.godot_version }}
|
||||
bits: ${{ matrix.bits }}
|
||||
|
|
Loading…
Reference in a new issue