漏了sudo

This commit is contained in:
2024-10-14 22:33:26 +08:00
parent 285e6e9b6a
commit 41af5d686b
+1 -1
View File
@@ -306,7 +306,7 @@ jobs:
run: |
git clone https://github.com/$GITHUB_REPOSITORY
cd $(basename $GITHUB_REPOSITORY)
bash ../.github/workflows/configure-building-enviroment.sh
sudo bash ../.github/workflows/configure-building-enviroment.sh
- name: Building ${{ GITHUB.repository }}
run: |