Skip to content

Commit

Permalink
cleanup third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
pilkicTT committed Aug 28, 2024
1 parent 61b0dee commit 3f76889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f76889

Please sign in to comment.