Use later love-build
This commit is contained in:
parent
a6fac9d1d4
commit
7c95b2e8ca
4
.github/workflows/love.yml
vendored
4
.github/workflows/love.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: build & run tests (Win)
|
name: Build & Run tests (Windows/Love2d)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: "windows-2019"
|
runs-on: "windows-2019"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: nhartland/love-build@v1-beta2
|
- uses: nhartland/love-build@v1-beta4
|
||||||
with:
|
with:
|
||||||
app_name: 'love_test'
|
app_name: 'love_test'
|
||||||
love_version: '11.4'
|
love_version: '11.4'
|
||||||
|
|||||||
2
.github/workflows/nix_ci.yml
vendored
2
.github/workflows/nix_ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: build & run tests (NIX)
|
name: Build & Run tests Ubuntu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user