From 5752384eb4d6a85a39b0e7b0a91da2ea7d5e5f73 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Wed, 24 Jan 2024 15:55:29 +0200 Subject: [PATCH] * fix for i686-linux crosscompilation in CI (#103) --- .github/workflows/binaries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index df412f3..22b5168 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -86,6 +86,8 @@ jobs: - name: build nimlangserver run: | + echo i386.linux.gcc.exe = \"i686-linux-gnu-gcc\" >> nimlangserver.nim.cfg + echo i386.linux.gcc.linkerexe = \"i686-linux-gnu-gcc\" >> nimlangserver.nim.cfg nimble build -d:release --cpu:${{ matrix.target.nim_cpu }} - name: Compress the Nim Language Server binaries