We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa276e9 commit 5363931Copy full SHA for 5363931
.github/workflows/build.yml
@@ -81,6 +81,10 @@ jobs:
81
steps:
82
- name: Checkout repository
83
uses: actions/checkout@v4
84
+ - name: Install dependencies
85
+ run: |
86
+ apk del openssl-dev openssl-libs-static
87
+ apk add libressl-dev
88
- name: Build the static binary
89
run: |
90
crystal projects.cr build:cli --production --release --static --no-debug --stats -Dpreview_mt -Dexecution_context
.gitignore
@@ -10,4 +10,5 @@ node_modules
10
/*_test.cr
11
/projects
12
13
-/TODO
+/TODO
14
+/Dockerfile
0 commit comments