cmake included in docker

This commit is contained in:
Dave Murphy
2023-04-16 15:52:41 +01:00
parent 803b1417c4
commit 0e817e4cd7

View File

@@ -13,11 +13,6 @@ jobs:
with:
submodules: true
- name: install cmake
run: |
apt-get install -y cmake
- name: Build
run: |
make -j2