mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
Update BuildTest.yml [skip actions]
This commit is contained in:
8
.github/workflows/BuildTest.yml
vendored
8
.github/workflows/BuildTest.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 15
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Generate common build number
|
||||
id: buildnumber
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
echo "Release Flag=${{needs.bootstrap.outputs.release_flag}}"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 15
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Pull latest
|
||||
run: |
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 15
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Show Build Flags
|
||||
run: |
|
||||
@@ -247,7 +247,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 15
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: actions/download-artifact@master
|
||||
name: Restore last build
|
||||
|
||||
Reference in New Issue
Block a user