mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-24 19:00:42 +00:00
fix name for nimble archive for OSX
This commit is contained in:
parent
beefafcc6f
commit
709a873862
2
.github/actions/install_nimble/action.yml
vendored
2
.github/actions/install_nimble/action.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user