mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-19 14:09:07 +03:00
Update BuildTest.yml [skip actions]
This commit is contained in:
2
.github/workflows/BuildTest.yml
vendored
2
.github/workflows/BuildTest.yml
vendored
@@ -57,6 +57,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Pull latest
|
- name: Pull latest
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32
|
||||||
git pull
|
git pull
|
||||||
git submodule update
|
git submodule update
|
||||||
- name: Refresh certificates
|
- name: Refresh certificates
|
||||||
@@ -79,7 +80,6 @@ jobs:
|
|||||||
- name: Update repository with prebuilt items
|
- name: Update repository with prebuilt items
|
||||||
if: ${{ needs.bootstrap.outputs.ui_build == 1 || needs.bootstrap.outputs.release_flag == 1 }}
|
if: ${{ needs.bootstrap.outputs.ui_build == 1 || needs.bootstrap.outputs.release_flag == 1 }}
|
||||||
run: |
|
run: |
|
||||||
git fetch
|
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add server_certs
|
git add server_certs
|
||||||
|
|||||||
Reference in New Issue
Block a user