Skip to content

Commit 5363931

Browse files
committed
use libressl
1 parent aa276e9 commit 5363931

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
steps:
8282
- name: Checkout repository
8383
uses: actions/checkout@v4
84+
- name: Install dependencies
85+
run: |
86+
apk del openssl-dev openssl-libs-static
87+
apk add libressl-dev
8488
- name: Build the static binary
8589
run: |
8690
crystal projects.cr build:cli --production --release --static --no-debug --stats -Dpreview_mt -Dexecution_context

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ node_modules
1010
/*_test.cr
1111
/projects
1212

13-
/TODO
13+
/TODO
14+
/Dockerfile

0 commit comments

Comments
 (0)