cdrom: change pause timing again
[pcsx_rearmed.git] / .github / workflows / ci-linux.yml
index 511aa56..7ab7d36 100644 (file)
@@ -5,11 +5,13 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
+      with:
+        submodules: true
     - name: Install dependencies
       run: |
         sudo apt-get update -qq
         sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
     - name: configure
-      run: ./configure
+      run: DUMP_CONFIG_LOG=1 ./configure
     - name: make
       run: make