X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fci-linux.yml;h=7ab7d3603b7d73b9c2e5605c7871e036a1cf8e69;hb=0e17864883bb852c5c91d8c04730d24ef512283f;hp=438b0552eea9de266409aab847a8f4c523b2c93d;hpb=47a8e01c397c8852e00c202e3f2815bb7b5a364a;p=pcsx_rearmed.git diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 438b0552..7ab7d360 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -12,6 +12,6 @@ jobs: 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