mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 08:56:37 +08:00
漏了sudo
This commit is contained in:
@@ -306,7 +306,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://github.com/$GITHUB_REPOSITORY
|
git clone https://github.com/$GITHUB_REPOSITORY
|
||||||
cd $(basename $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 }}
|
- name: Building ${{ GITHUB.repository }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user