all repos — min @ d316cef687b6b36293fdd5a5476fef19006edca1

A small but practical concatenative programming language.

Attempting to fix build failure on windows.
h3rald h3rald@h3rald.com
Mon, 10 Jun 2024 17:58:34 +0200
commit

d316cef687b6b36293fdd5a5476fef19006edca1

parent

0bcfa4e36c11e1228a19e04aa18b537c3dc395be

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M .github/workflows/test.yml.github/workflows/test.yml

@@ -105,6 +105,14 @@ min.exe

args: --best --force if: matrix.os == 'windows-latest' + - uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0 + id: downloadCaCertPem # Remember to give an ID if you need the output filename + name: Fix Windows certs issue https://forum.nim-lang.org/t/7551 + with: + url: "https://curl.se/ca/cacert.pem" + target: . + if: matrix.os == 'windows-latest' + # Install tests deps - name: Install tests deps run: cd ./tests && ../min install