try make git depth work

and version to tomato
This commit is contained in:
Green Sky
2025-04-10 11:07:07 +02:00
parent e5498a36ba
commit 1bebb91138
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Install Dependencies
run: sudo apt update && sudo apt -y install libsodium-dev cmake libvpx-dev libopus-dev
@ -75,6 +76,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/checkout@v4
with:
@ -156,6 +158,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
@ -224,6 +227,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7