X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fci-linux.yml;h=7ab7d3603b7d73b9c2e5605c7871e036a1cf8e69;hb=HEAD;hp=511aa566156653dfebb33e3de1e345a8b57b547a;hpb=8478ca412d4a76e311977d5c220810c498f3938b;p=pcsx_rearmed.git diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 511aa566..7ab7d360 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -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