File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ jobs:
20
20
with :
21
21
fetch-depth : 0
22
22
23
- - name : Lint
24
- uses :
crystal-ameba/[email protected]
25
- env :
26
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
+ # It's too slow. Will be re-added when this fix is released:
24
+ # https://github.com/crystal-ameba/github-action/commit/6d139121f94294e33921104408ef98bdd33407c3
25
+ # - name: Lint
26
+ # uses: crystal-ameba/[email protected]
27
+ # env:
28
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
29
28
30
- name : Determine if tag is on trusted branch
29
31
uses : rickstaa/action-contains-tag@0f592a0dd54a67d9af4545f6b6687ee01853d9a7
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ version:
56
56
57
57
prepare_alpine :
58
58
ifeq ($(shell [[ ! -z "$(ALPINE_VERSION ) " ]] && echo true) ,true)
59
- apk add yaml-static
59
+ apk add yaml-static libxml2-static xz-static
60
60
endif
61
61
62
62
# Static linux release build inside alpine
You can’t perform that action at this time.
0 commit comments