30
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 11:05:30 +02:00
parent 990546c2c9
commit 242ae1048a
4 changed files with 30 additions and 28 deletions
+1 -2
View File
@@ -15,11 +15,10 @@ jobs:
# - name: Linux Sources [Clone]
# run: |
# /usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux'
- name: Linux Sources [Version]
- name: Environment
id: environment
run: |
VERSION='6.12.16'
/usr/bin/echo "::set-output name=version::${VERSION}"
/usr/bin/echo "VERSION=${VERSION}" >> "${GITHUB_OUTPUT}"
/usr/bin/echo "Set Variable 'VERSION' to '${VERSION}'"
# - name: Linux Sources [Archive]