Update main.yml

This commit is contained in:
ettingshausen 2023-11-06 23:09:13 +08:00 committed by GitHub
parent 9ec93ae8ad
commit efb6f3a639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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