all repos — min @ d489343545e36e76740d134932b24d4e23c3fc92

A small but practical concatenative programming language.

Merge branch 'next' of github.com:h3rald/min into next
h3rald h3rald@h3rald.com
Sun, 27 Oct 2024 11:39:11 +0100
commit

d489343545e36e76740d134932b24d4e23c3fc92

parent

78fbf272c92b33cf99855165a4f97ab0b0f55425

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

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

@@ -65,12 +65,10 @@ mingw-w64-x86_64-perl-locale-maketext

mingw-w64-x86_64-toolchain mingw-w64-x86_64-autotools - # Install the Nim compiler and dependencies - - name: Install Nim and deps - run: | - curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh - sh init.sh -y - + # Install the Nim + - name: Install Nim + uses: iffy/install-nim@v4.5.0 + # Build for Linux - name: Build (Linux) run: nimble build -v -y -d:release --gcc.exe:musl-gcc --mm:refc --gcc.linkerexe:musl-gcc -d:ssl --opt:size min