diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 70266e78b79..ae6a9fd01b6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -110,8 +110,7 @@ jobs: - uses: actions/checkout@v4 - name: Getting submodule(s) working-directory: ./quicknes - run: git submodule init core; - git submodule update core + run: git submodule update --init --recursive core - name: Building QuickerNES core (Linux) working-directory: ./quicknes/make run: make -j${nproc} \ No newline at end of file