all repos — hex @ 7fadeb2289e663d7d44d69357dbaee01f3424f6c

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

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 10:12:26 +0100
commit

7fadeb2289e663d7d44d69357dbaee01f3424f6c

parent

8a20bf2ae4d59308f70936134276cf53bf6ece31

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

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

@@ -83,16 +83,11 @@ - 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: | mv hex hex.native - make ape + $HOME/cosmocc/bin/cosmocc -Wall -Wextra -g -o hex if: matrix.os == 'ubuntu-latest' # Package the resulting APE binary