Merge branch 'next' of github.com:h3rald/min into next
h3rald h3rald@h3rald.com
Sun, 27 Oct 2024 11:39:11 +0100
1 files changed,
4 insertions(+),
6 deletions(-)
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