mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 15
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Generate common build number
|
- name: Generate common build number
|
||||||
id: buildnumber
|
id: buildnumber
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
echo "Release Flag=${{needs.bootstrap.outputs.release_flag}}"
|
echo "Release Flag=${{needs.bootstrap.outputs.release_flag}}"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 15
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Pull latest
|
- name: Pull latest
|
||||||
run: |
|
run: |
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 15
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Show Build Flags
|
- name: Show Build Flags
|
||||||
run: |
|
run: |
|
||||||
@@ -247,7 +247,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 15
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
name: Restore last build
|
name: Restore last build
|
||||||
|
|||||||
Reference in New Issue
Block a user