distributed_physics_test/.forgejo/actions/install-system-libraries/action.yml
Michael Bradley 6108f140b6
All checks were successful
CI / Formatting (push) Successful in 34s
CI / Clippy (push) Successful in 6m7s
Remove text and more unnecessary dependencies
2025-03-22 20:33:25 -04:00

11 lines
286 B
YAML

---
name: Install System Libraries
description: Installs the system libraries necessary to build the project
runs:
using: composite
steps:
- name: Install system libraries
shell: bash
run: |
sudo apt-get update
sudo apt-get -y install libwayland-dev