-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
This is the job I use, which installs Rust (rust_bin) and then just prints the cargo version:
build-haikuos:
runs-on: ubuntu-latest
needs: [check]
steps:
- uses: cross-platform-actions/action@v0.32.0
with:
operating_system: "haiku"
shell: bash
version: "r1beta5"
run: |
set -x
pkgman refresh && pkgman install -y rust_bin
cargo version
echo "completed"
However, this fails without even printing any kind of error message 😕
Result:
Any idea what is going on?
Regards.
BTW: If I install package rust_bin in my local (VirtualBox-based) Haiku VM, then cargo version works fine!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels