-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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?
Reactions are currently unavailable