mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-kernel.yml
This commit is contained in:
4
.github/workflows/build-kernel.yml
vendored
4
.github/workflows/build-kernel.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Remove previous artefacts if any
|
||||
run: |
|
||||
|
||||
sudo rm -rf changes.txt 2>/dev/null || true
|
||||
sudo rm -rf changes 2>/dev/null || true
|
||||
|
||||
- name: Download changes
|
||||
uses: actions/download-artifact@v2
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
id: list_dirs
|
||||
run: |
|
||||
|
||||
echo ::set-output name=matrix::$(for x in $(cat changes); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
|
||||
echo ::set-output name=matrix::$(for x in $(cat changes 2>/dev/null); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
|
||||
gcc:
|
||||
|
||||
needs: [ Prepare ]
|
||||
|
||||
Reference in New Issue
Block a user