diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:21:40 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:21:40 +1100 |
commit | 096cd5ad3e921a4488b6484365de973942b5231b (patch) | |
tree | 71636ffc99c994cd6044da1f7c7349453f5de100 /.github | |
parent | 2a6bdb570d1c32a7d720d8e259e90cba78b25cfe (diff) |
use meta packages to get all the X headers we need
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index 6d75f5a..891270b 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -9,7 +9,7 @@ jobs: run: | sudo add-apt-repository ppa:xmake-io/xmake sudo apt update - sudo apt install -y xmake libxrandr-dev libxinerama-dev clang-format + sudo apt install -y xmake xorg-dev libglu1-mesa-dev clang-format - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository |