Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/cross-platform-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo pkg upgrade -y
sudo pkg install -y cmake ninja
- operating_system: haiku
version: 'r1beta5'
version: 'r1beta6'
pkginstall: |
pkgman update -y
pkgman install -y cmake ninja
Expand Down Expand Up @@ -70,10 +70,6 @@ jobs:
run: ${{ matrix.pkginstall }}
shell: cpa.sh {0}

- name: Reboot VM
run: cpa.sh --reboot
if: matrix.operating_system == 'haiku'

- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
shell: cpa.sh {0}
Expand Down
Loading