all repos — min @ 2684a9c9b5a55129e08dd48f6366fa6c8297bca3

A small but practical concatenative programming language.

Update test.yml
Fabio Cevasco h3rald@h3rald.com
Mon, 27 May 2024 20:48:09 +0200
commit

2684a9c9b5a55129e08dd48f6366fa6c8297bca3

parent

df7a772df4e6b87fd8f620bcb9bb80fa7e99f3be

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

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

@@ -85,7 +85,7 @@

# Build for macOS - name: Build (macOS) run: nimble build -y -d:release -d:ssl -d:useOpenSsl3 --opt:size - if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' + if: matrix.os == 'macos-latest' # UPX compress (*nix) - name: UPX