mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-14 08:02:16 +00:00
Sync firmware changes (#32)
This commit is contained in:
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
@@ -86,10 +86,6 @@ jobs:
|
||||
run: |
|
||||
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
|
||||
echo CACHE_DATE=$(date +%m) >> ${GITHUB_ENV}
|
||||
git clone https://github.com/openipc/firmware --depth 1
|
||||
|
||||
- name: Dispatch platform
|
||||
run: |
|
||||
INPUT=${{inputs.platform}}
|
||||
MATRIX=$(echo ${{matrix.platform}} | cut -d_ -f1)
|
||||
if [ -z ${INPUT} ] || [ ${INPUT} = ${MATRIX} ]; then
|
||||
|
||||
Reference in New Issue
Block a user