Skip to content

Commit ae48d96

Browse files
committed
Fix CI for latest image versions
1 parent 49e55dd commit ae48d96

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

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 }}
2729

2830
- name: Determine if tag is on trusted branch
2931
uses: rickstaa/action-contains-tag@0f592a0dd54a67d9af4545f6b6687ee01853d9a7

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ version:
5656

5757
prepare_alpine:
5858
ifeq ($(shell [[ ! -z "$(ALPINE_VERSION)" ]] && echo true),true)
59-
apk add yaml-static
59+
apk add yaml-static libxml2-static xz-static
6060
endif
6161

6262
# Static linux release build inside alpine

0 commit comments

Comments
 (0)