diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25caa43..26e7d8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,6 @@ jobs: with: # we need the submodules. submodules: recursive - - name: Update submodule. - run: git submodule update --remote - name: Install various packages needed run: | if [ "$RUNNER_OS" == "Linux" ]; then