Skip to content

Commit

Permalink
nth time's the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
kore-signet committed May 18, 2021
1 parent 5870be9 commit 5c650a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
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 yaml-dev openssl-dev
run: apk add --update --upgrade --no-cache --force-overwrite libxml2-dev yaml-static yaml-dev openssl-dev
- name: Build
run: |
shards build --production --release --static --no-debug
Expand Down

0 comments on commit 5c650a4

Please sign in to comment.