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

This commit is contained in:
2024-09-29 00:25:05 +02:00
parent 0606fb568f
commit 265990514f

View File

@@ -16,7 +16,9 @@ jobs:
submodules: "recursive" submodules: "recursive"
- name: 🤖 Install Cmake - name: 🤖 Install Cmake
run: apt install cmake run: |
apt update
apt install cmake -y
- name: 🍗 Setup XMake - name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1