mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-30 07:41:14 +08:00
updated github actions workflow
This commit is contained in:
parent
6418821e95
commit
f0147e6e08
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch the full history, including the .git directory
|
||||||
|
|
||||||
# - name: Install git
|
# - name: Install git
|
||||||
# run: apt update && apt install -y git
|
# run: apt update && apt install -y git
|
||||||
|
|
Loading…
Reference in a new issue