Merge branch 'master' into chore/update-libp2p-repo

This commit is contained in:
gmega 2024-03-18 19:11:57 -03:00
commit 717cd0a50c
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -30,7 +30,7 @@ runs:
fi fi
if [[ '${{ inputs.os }}' == 'macos' ]]; then if [[ '${{ inputs.os }}' == 'macos' ]]; then
OS=apple OS=macosx
else else
OS='${{ inputs.os }}' OS='${{ inputs.os }}'
fi fi