From efb6f3a63963397ae6c3d895b89a928e9b08d1ad Mon Sep 17 00:00:00 2001 From: ettingshausen Date: Mon, 6 Nov 2023 23:09:13 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce062b3..da78563 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Run custom script run: | - apt-get update && apt-get -y install libxml2-utils + sudo apt-get update + sudo apt-get install -y libxml2-utils chmod +x run.sh ./run.sh