diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cae30e8..5eca95f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,8 +30,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install CMake - run: sudo apt-get update && sudo apt-get install -y cmake + - name: Setup cmake + uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: '3.16.x' - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: |