mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 05:37:23 +00:00
Update main.yml
This commit is contained in:
parent
9ec93ae8ad
commit
efb6f3a639
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue