Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Mar 11, 2022
1 parent db1e85a commit 4232535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
RELEASE: "${{ steps.release.outputs.name }}"
run: |
pip3 install -r ./llvm/utils/git/requirements.txt
llvm/utils/git/github-automation.py --token ${{ github.token }} setup-llvmbot-git
mkdir -p ../www-releases/$RELEASE
mv ./docs-build/html-export/* ../www-releases/$RELEASE
Expand Down

0 comments on commit 4232535

Please sign in to comment.