Working on 16.0.0 #53

Merged
rayaman merged 120 commits from v16.0.0 into master 2024-02-25 00:00:51 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7c95b2e8ca - Show all commits

View File

@ -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'

View File

@ -1,4 +1,4 @@
name: build & run tests (NIX) name: Build & Run tests Ubuntu
on: on:
push: push: