Skip to content

Commit

Permalink
Install yaml-static in deployment container (#80)
Browse files Browse the repository at this point in the history
Allows for static linking `libyaml`
  • Loading branch information
Blacksmoke16 authored Jun 30, 2021
1 parent 517d24e commit fc83bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc83bef

Please sign in to comment.