Update .gitea/workflows/linux.yml
Some checks failed
Linux arm64 / Build (push) Failing after 2m4s

This commit is contained in:
2024-09-28 22:32:57 +00:00
parent 7efb6e2693
commit c2e43e38d9

View File

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