mirror of
https://github.com/ivabus/pantry
synced 2024-11-30 04:05:06 +03:00
delete all .la
files
Refs https://github.com/teaxyz/pantry.extra/pull/74#issuecomment-1359708974
This commit is contained in:
parent
037a34701c
commit
f39b513abb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -210,6 +210,9 @@ jobs:
|
||||||
- run: tar xzf artifacts.tgz
|
- run: tar xzf artifacts.tgz
|
||||||
working-directory: ${{ steps.tea.outputs.prefix }}
|
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
|
# the next three steps bless our code for Apple. It might be the case they should be
|
||||||
# encapulated separately.
|
# encapulated separately.
|
||||||
# FIXME: using an explicit commit in a PR isn't great, but the last release was almost 3 years
|
# FIXME: using an explicit commit in a PR isn't great, but the last release was almost 3 years
|
||||||
|
|
Loading…
Reference in a new issue