From 3f7688926d2c7ae0936507f24e2fcab21818a7d0 Mon Sep 17 00:00:00 2001 From: Predrag Ilkic Date: Wed, 28 Aug 2024 15:57:27 +0200 Subject: [PATCH] cleanup third_party --- .github/workflows/docker-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 6d68176a3..dc2054106 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -31,6 +31,11 @@ jobs: submodules: recursive fetch-depth: 0 # Fetch all history and tags + - name: cleanup submodules + run: | + git submodule foreach --recursive git clean -ffdx + git submodule foreach --recursive git reset --hard + - name: Set reusable strings id: strings shell: bash