Skip to content

Commit

Permalink
* fix for i686-linux crosscompilation in CI (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysn authored Jan 24, 2024
1 parent c6bf2ae commit 5752384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5752384

Please sign in to comment.