cdrom: change pause timing again
[pcsx_rearmed.git] / .github / workflows / ci-linux.yml
1 name: CI (Linux)
2 on: [push, pull_request]
3 jobs:
4   build-linux:
5     runs-on: ubuntu-latest
6     steps:
7     - uses: actions/checkout@v2
8       with:
9         submodules: true
10     - name: Install dependencies
11       run: |
12         sudo apt-get update -qq
13         sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
14     - name: configure
15       run: DUMP_CONFIG_LOG=1 ./configure
16     - name: make
17       run: make