X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fci-linux.yml;h=438b0552eea9de266409aab847a8f4c523b2c93d;hp=511aa566156653dfebb33e3de1e345a8b57b547a;hb=47a8e01c397c8852e00c202e3f2815bb7b5a364a;hpb=8478ca412d4a76e311977d5c220810c498f3938b;ds=sidebyside diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 511aa566..438b0552 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -5,6 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Install dependencies run: | sudo apt-get update -qq