diff --git a/.circleci/config.yml b/.circleci/config.yml index 72602ca..6f82d42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: git config --global user.email $GitHubMail git config --global user.name $GitHubName git config --global color.ui true - wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_pb/pb/build.sh + wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_utils/pb/build.sh source build.sh workflows: version: 2