all repos — min @ 1afa5ddd4aa6f4ed3710fea75963603ef548631f

A small but practical concatenative programming language.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Sun, 27 Oct 2024 12:00:46 +0100
commit

1afa5ddd4aa6f4ed3710fea75963603ef548631f

parent

3d1a54002939f7dd50ccb4d3b58cc191218e541e

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