mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-18 21:48:31 +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
|
||||
- name: Pull latest
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32
|
||||
git pull
|
||||
git submodule update
|
||||
- name: Refresh certificates
|
||||
@@ -79,7 +80,6 @@ jobs:
|
||||
- name: Update repository with prebuilt items
|
||||
if: ${{ needs.bootstrap.outputs.ui_build == 1 || needs.bootstrap.outputs.release_flag == 1 }}
|
||||
run: |
|
||||
git fetch
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git add server_certs
|
||||
|
||||
Reference in New Issue
Block a user