From a0c2893048dcae24d79404fc6f34f54d7f1f9575 Mon Sep 17 00:00:00 2001 From: Ruediger Ehlers Date: Fri, 3 May 2024 12:50:58 +0200 Subject: [PATCH] Github actions build update --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) 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