Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:26:09 +0100
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