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