all repos — min @ 37aac264dea3c1070ed716753d0fdafa52659b8c

A small but practical concatenative programming language.

Attempting to fix windows certs issue.
h3rald h3rald@h3rald.com
Mon, 10 Jun 2024 17:59:12 +0200
commit

37aac264dea3c1070ed716753d0fdafa52659b8c

parent

14f209323464c1ac634c7e2855b5af99c53c76bb

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

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

@@ -84,6 +84,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