更新配置文件

This commit is contained in:
WindyMadman 2023-07-07 05:09:24 +00:00
parent b3e28deb5a
commit 1e9a44d1cf

View File

@ -11,4 +11,5 @@ jobs:
cd tools/build/homebrew
echo "将套件中的Hash替换为当前Hash $(git rev-parse --verify HEAD)"
sed -i.bck "s/COMMIT_HASH/$(git rev-parse --verify HEAD)/" Lanraragi.rb
brew install --force --verbose --build-from-source Lanraragi.rb & brew test --verbose Lanraragi.rb
brew install --force --verbose --build-from-source Lanraragi.rb
brew test --verbose Lanraragi.rb