From 1afa5ddd4aa6f4ed3710fea75963603ef548631f Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 27 Oct 2024 12:00:46 +0100 Subject: [PATCH] Update add-artifacts-to-current-release.yml --- .github/workflows/add-artifacts-to-current-release.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/add-artifacts-to-current-release.yml b/.github/workflows/add-artifacts-to-current-release.yml index 3a00aa9..c073472 100644 --- a/.github/workflows/add-artifacts-to-current-release.yml +++ b/.github/workflows/add-artifacts-to-current-release.yml @@ -65,12 +65,10 @@ jobs: 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