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
Showing only changes of commit 8a83c617fa - Show all commits

View File

@ -1,4 +1,4 @@
name: Build & Run tests Ubuntu - Love2d
name: Build & Run tests Love2d
on:
push:
@ -14,9 +14,9 @@ jobs:
steps:
- name: Install love2d
run: |
apt install fuse
sudo apt install fuse
wget https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage -O love.AppImage
chmod +x love.AppImage
sudo chmod +x love.AppImage
- name: Run Tests
run: |
./love.AppImage tests