cinema
Some checks failed
Linux arm64 / Build (push) Failing after 31s

This commit is contained in:
2024-09-28 22:29:45 +00:00
parent 07d11da9b9
commit 7efb6e2693

View File

@@ -18,7 +18,7 @@ jobs:
- name: 🤖 Install Cmake
run: |
apt update
apt install cmake libx11-dev libxrandr-dev -y
apt install cmake libx11-dev libxrandr-dev libxinerama-dev -y
- name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1