mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Troubleshoot CI
This commit is contained in:
3
.github/actions/setup-bun/action.yml
vendored
3
.github/actions/setup-bun/action.yml
vendored
@@ -44,4 +44,7 @@ runs:
|
||||
esac
|
||||
curl -LO "${{ inputs.download-url }}/${release}/${target}.zip"
|
||||
unzip ${target}.zip
|
||||
ls
|
||||
echo $(pwd) >> ${GITHUB_PATH}
|
||||
echo $(pwd)/bun >> ${GITHUB_PATH}
|
||||
echo $(pwd)/bin >> ${GITHUB_PATH}
|
||||
|
||||
Reference in New Issue
Block a user