uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
677 stars 149 forks source link

Using the version in the examples fails #73

Closed afonsojramos closed 2 years ago

afonsojramos commented 2 years ago

Using v2 instead of specifying the version gives an error.

Error: Unable to resolve action `uraimo/run-on-arch-action@v2`, unable to find version `v2`

Example here.

uraimo commented 2 years ago

Fixed in v2.1.2, let me know if it's fixed for you, thanks.

afonsojramos commented 2 years ago

This fixed it, yes! However, it is still not working for my workflow, can you maybe help? I was trying to install Rust, however, it is not recognising the command after the install... Any ideas? This is the workflow file.

Context: I am only doing this because Rust was failing in the cross compilation for some reason here. If you have any idea here it would be even better!