This commit is contained in:
ettingshausen 2023-11-06 23:02:42 +08:00 committed by GitHub
parent ecb2396534
commit 8c05863a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +0,0 @@
name: Run Custom Script
on:
push:
branches:
- main # 你可以根据需要更改分支名称
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run custom script
run: |
apt-get update && apt-get -y install libxml2-utils
chmod +x run.sh
./run.sh