We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yaml-static
1 parent 517d24e commit fc83befCopy full SHA for fc83bef
.github/workflows/deployment.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Update Libs
16
- 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
17
- name: Build
18
run: |
19
shards build --production --release --static --no-debug
0 commit comments