all repos — hex @ 8c102dca9bb692539f81aa0d7c550ab128dedfe9

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

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

8c102dca9bb692539f81aa0d7c550ab128dedfe9

parent

b02a7d40d3d2c31cac4f7101ef4f8259342896a9

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

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

@@ -40,15 +40,18 @@ mkdir -p cosmocc

cd cosmocc wget https://cosmo.zip/pub/cosmocc/cosmocc.zip unzip cosmocc.zip - cd .. pwd - ls -l cosmocc + ls -l if: matrix.os == 'ubuntu-latest' # Sets path (Linux, macOS) - name: Update $PATH run: echo "$HOME/cosmocc/bin" >> $GITHUB_PATH if: matrix.os == 'ubuntu-latest' + + # Setup emsdk + - name: Setup emsdk + uses: mymindstorm/setup-emsdk@v14 # Retrieve ID and Name of the current (draft) release - name: "Get current release"