diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50ffe6e..2c82d44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: if: steps.check_makefile.outputs.found == 'true' run: | sudo apt update - sudo apt install -y gcc binutils make grep coreutils + sudo apt install -y gcc binutils make grep coreutils cmake - name: Clean build directory if: steps.check_makefile.outputs.found == 'true'