Skip to content

Commit fc83bef

Browse files
authored
Install yaml-static in deployment container (#80)
Allows for static linking `libyaml`
1 parent 517d24e commit fc83bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Update Libs
16-
run: apk add --update --upgrade --no-cache --force-overwrite libxml2-dev yaml-dev
16+
run: apk add --update --upgrade --no-cache --force-overwrite libxml2-dev yaml-dev yaml-static
1717
- name: Build
1818
run: |
1919
shards build --production --release --static --no-debug

0 commit comments

Comments
 (0)