updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:34:45 +08:00
parent 6418821e95
commit f0147e6e08

View file

@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the full history, including the .git directory
# - name: Install git
# run: apt update && apt install -y git