From f39b513abb2007a474bf7003bfa3d2ed82e6aa99 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 20 Dec 2022 13:07:42 -0500 Subject: [PATCH] delete all `.la` files Refs https://github.com/teaxyz/pantry.extra/pull/74#issuecomment-1359708974 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e234fc79..59cf8387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -210,6 +210,9 @@ jobs: - run: tar xzf artifacts.tgz working-directory: ${{ steps.tea.outputs.prefix }} + - name: delete `.la` files + run: find ${{ steps.tea.outputs.prefix }} -name '*.la' -delete + # the next three steps bless our code for Apple. It might be the case they should be # encapulated separately. # FIXME: using an explicit commit in a PR isn't great, but the last release was almost 3 years