all repos — min @ 3eb7afc76971ec02b76044b094126b126f348a79

A small but practical concatenative programming language.

Fixes.
h3rald h3rald@h3rald.com
Tue, 15 Aug 2023 12:43:27 +0000
commit

3eb7afc76971ec02b76044b094126b126f348a79

parent

acd8b2d6b85b420d33405de0ab02f7dd43694020

M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -55,6 +55,7 @@ - name: Install Nim and deps

run: | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y + nimble install -y # Build for Linux - name: Build (Linux)
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -36,9 +36,10 @@ - name: Install Nim

run: | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y + nimble install -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 -d:release -d:ssl -d:useOpenSsl3 --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux - name: UPX uses: svenstaro/upx-action@v2
M .github/workflows/test.yml.github/workflows/test.yml

@@ -55,6 +55,7 @@ - name: Install Nim and deps

run: | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y + nimble install -y # Build for Linux - name: Build (Linux)