all repos — hex @ 88b5dfde1f7e02bb657d9e90d0ce719b5c2e4b5e

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

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

88b5dfde1f7e02bb657d9e90d0ce719b5c2e4b5e

parent

db3bd1f941905967f54ab78fd08034dbd326c0c6

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

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

@@ -42,11 +42,7 @@ wget https://cosmo.zip/pub/cosmocc/cosmocc.zip

unzip cosmocc.zip pwd ls -l - if: matrix.os == 'ubuntu-latest' - - # Sets path (Linux, macOS) - - name: Update $PATH - run: echo "$HOME/cosmocc/bin" >> $GITHUB_PATH + echo pwd >> $GITHUB_PATH if: matrix.os == 'ubuntu-latest' # Setup emsdk