Skip to content

Installing (some) packages on Haiku requires reboot #103

@scribam

Description

@scribam

I am using this in my workflow:

- uses: cross-platform-actions/action@v0.28.0
  with:
    operating_system: haiku
    architecture: x86-64
    version: r1beta5
    environment_variables: CCACHE_DIR
    run: |
      pkgman update -y && pkgman install -y ccache cmake git libao libsdl2 libzip lua miniupnpc ninja libcdio
      cmake -B build -DUSE_LIBCDIO=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
      cmake --build build --config Release

and I have the following error:

A reboot is necessary to complete the installation process.
/bin/bash: line 2: cmake: command not found

https://github.com/scribam/flycast/actions/runs/15190011288/job/42720097656#step:4:331

Is there a way to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions