all repos — hex @ 2087e2fc6bb5eb805851742bc31a82b1fe962778

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

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:58:23 +0100
commit

2087e2fc6bb5eb805851742bc31a82b1fe962778

parent

cb69e9041f86666a0e6cb0f2aacc02ee87523487

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

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

@@ -83,14 +83,10 @@ - name: Create artifact (Linux - WASM)

run: zip hex_${{steps.current-release.outputs.tag_name}}_wasm.zip hex.wasm hex.js if: matrix.os == 'ubuntu-latest' - # Add cosmocc to PATH - - name: Add cosmocc to PATH - run: echo $(HOME)/cosmocc/bin >> $GITHUB_PATH - if: matrix.os == 'ubuntu-latest' - # Generate APE binary - name: Generate APE binary run: | + echo $HOME/cosmocc/bin >> $GITHUB_PATH mv hex hex.native make ape if: matrix.os == 'ubuntu-latest'