Skip to content

Commit f684ab1

Browse files
committed
ci: add LÖVE package to test workflow
1 parent 4da48c3 commit f684ab1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- os: ubuntu-latest
1414
rev: nightly/nvim-linux64.tar.gz
1515
manager: sudo apt-get
16-
packages: -y ripgrep
16+
packages: -y ripgrep love
1717
- os: ubuntu-latest
1818
rev: v0.9.0/nvim-linux64.tar.gz
1919
manager: sudo apt-get
20-
packages: -y ripgrep
20+
packages: -y ripgrep love
2121
steps:
2222
- uses: actions/checkout@v3
2323
- run: date +%F > todays-date
@@ -29,6 +29,7 @@ jobs:
2929

3030
- name: Prepare
3131
run: |
32+
sudo add-apt-repository ppa:bartbes/love-stable
3233
${{ matrix.manager }} update
3334
${{ matrix.manager }} install ${{ matrix.packages }}
3435
test -d _neovim || {

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "love2d"]
2+
path = love2d
3+
url = https://github.com/LuaCATS/love2d

love2d

Submodule love2d added at 674321b

0 commit comments

Comments
 (0)