You've already forked .autoupdate
actions/checkout@v4 is a JavaScript action and the archlinux image ships no node, so it failed with `exec: "node": executable file not found in $PATH`. A `run:` step does not require a checkout, so the toolchain is installed first and the standard action then works unchanged.
4.6 KiB
4.6 KiB