all repos — hex @ 5187c1fb28197fadc3eaeb3da04b8e469ac58696

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

APE support in CI.
h3rald h3rald@h3rald.com
Sat, 07 Dec 2024 19:27:51 +0100
commit

5187c1fb28197fadc3eaeb3da04b8e469ac58696

parent

3a0e394a4556db8e0001910fe4469c72391e15d4

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

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

@@ -59,7 +59,7 @@

# Generate APE binary - name: Generate APE binary run: | - mv hex hex.native + rm hex make ape if: matrix.os == 'ubuntu-latest'