From fc83befeec4031b2d4b9f65185b1ae33b64b7f77 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Tue, 29 Jun 2021 22:56:45 -0400 Subject: [PATCH] Install `yaml-static` in deployment container (#80) Allows for static linking `libyaml` --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9d5f758..f21ff46 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Update Libs - run: apk add --update --upgrade --no-cache --force-overwrite libxml2-dev yaml-dev + run: apk add --update --upgrade --no-cache --force-overwrite libxml2-dev yaml-dev yaml-static - name: Build run: | shards build --production --release --static --no-debug