Closed pompushko closed 8 months ago
Fixed, missing cpuinfo folder in the path...
How exactly were you able to solve this issue? I have the same issue in my workflow: https://github.com/ThexXTURBOXx/Raspberry-Pi-DRAM-PUF/actions/runs/8554732030/job/23440655551
I was able to solve this issue just now by replacing cpu_info: raspberry...
with cpu_info: cpuinfo/raspberry...
(note the cpuinfo/
).
This guide is deprecated and should probably be updated properly: https://github.com/pguyot/arm-runner-action?tab=readme-ov-file#32-and-64-bits
I was able to solve this issue just now by replacing
cpu_info: raspberry...
withcpu_info: cpuinfo/raspberry...
(note thecpuinfo/
). This guide is deprecated and should probably be updated properly: https://github.com/pguyot/arm-runner-action?tab=readme-ov-file#32-and-64-bits
Yep, thank you, already did. Thats why Im closed the issue :D
Hello I get following errors during sample pipeline:
Here is my pipeline.
Could you please help me? Thank you