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