all repos — min @ a692659cf8f419eb8327319072c3075d403d28e3

A small but practical concatenative programming language.

Forcing static build on linux to avoid libcrypto.so loading error.
h3rald h3rald@h3rald.com
Wed, 03 Jun 2026 16:38:10 +0200
commit

a692659cf8f419eb8327319072c3075d403d28e3

parent

76bd27f29b470b3d4444fcce7160389a84346d8a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -38,7 +38,7 @@ curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh

sh init.sh -y - name: Build - run: nimble build -y -d:release -d:ssl -d:useOpenSsl3 --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux + run: nimble build -y -d:release -d:ssl -d:static -d:useOpenSsl3 --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux - name: UPX uses: svenstaro/upx-action@v2