diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 392c8bd8f..30b8edf19 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -17,8 +17,6 @@ jobs: - uses: actions/checkout@master with: submodules: true - - name: Install requirements - run: sudo apt -qq install ninja-build - name: configure run: cmake -G Ninja -B ./build -S . - name: build