Try using composite

This commit is contained in:
Trebor-Huang
2021-10-31 23:13:12 +08:00
parent 01c2bfe955
commit 7cfea0eebe
2 changed files with 34 additions and 15 deletions

View File

@@ -31,21 +31,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/build-love
with:
file-path: Techmino.love
- name: Download love
run: |
curl -L https://github.com/love2d/love/releases/download/11.3/love-11.3-linux-x86_64.tar.gz | tar xz
- name: Prepare PulseAudio
run: |
sudo apt-get update
sudo apt-get install pulseaudio pulseaudio-utils pavucontrol alsa-oss alsa-utils -y
- name: Run automated test
uses: GabrielBB/xvfb-action@v1
with:
run: |
./dest/love Techmino.love --test
- uses: ./.github/actions/automatic-test
build-windows:
runs-on: windows-latest