[github-actions] download size reporter in workflow file (#6475)

This commit is contained in:
Yakun Xu
2021-04-20 07:30:37 -07:00
committed by GitHub
parent 2796615cf7
commit 33012716ee
2 changed files with 7 additions and 12 deletions
+5
View File
@@ -56,4 +56,9 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
export PATH=$PATH:$HOME/.local/bin
if [ ${{ github.event_name }} == pull_request ]; then
curl -s --retry 5 "${SIZE_REPORT_URL}/bash" >size-report
chmod a+x size-report
export OT_SIZE_REPORTER=./size-report
fi
./script/check-size