summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:17:35 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:18:51 +1100
commit78dddf6cb80f22e2f274ad1893ec1bd2cb5d2850 (patch)
tree566b01aa182dbf720783c38c847a2ca43d24a29f
parent873d78e6714c03e9fbfae3bc5aa080b62bd636f2 (diff)
add libxrandr to pipeline
-rw-r--r--.github/workflows/continuous-workflow.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml
index 34cdff1..43db679 100644
--- a/.github/workflows/continuous-workflow.yml
+++ b/.github/workflows/continuous-workflow.yml
@@ -9,8 +9,7 @@ jobs:
run: |
sudo add-apt-repository ppa:xmake-io/xmake
sudo apt update
- sudo apt install -y xmake
- sudo apt install -y clang-format
+ sudo apt install -y xmake libxrandr-dev clang-format
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository