25
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / echo (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Failing after 1s

This commit is contained in:
Cantibra
2026-05-06 10:52:16 +02:00
parent 851966a7ec
commit a47d05704b
+3 -1
View File
@@ -18,8 +18,10 @@ jobs:
- sources - sources
steps: steps:
- name: Linux Sources [Clone] - name: Linux Sources [Clone]
env:
VERSION: ${{ steps.environment.outputs.version }}
run: | run: |
echo ${{ needs.sources.outputs.version }} echo ${VERSION}
build: build:
needs: needs:
- sources - sources