19
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 2m39s
Raspberry Pi Linux Kernel 6.12.y / build (push) Failing after 0s

This commit is contained in:
Cantibra
2026-05-06 10:22:15 +02:00
parent 84d6b62606
commit 1c6c7b29bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
sources: sources:
uses: ./.gitea/workflows/sources.yml uses: ./.gitea/workflows/sources.yml
with: with:
BRANCH: ${BRANCH} BRANCH: ${{ env.BRANCH }}
build: build:
needs: needs:
- sources - sources
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Linux Sources [Clone] - name: Linux Sources [Clone]
run: | run: |
/usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux' /usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.BRANCH }}" 'https://github.com/raspberrypi/linux'
- name: Linux Sources [Version] - name: Linux Sources [Version]
id: environment id: environment
run: | run: |