diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2131cbf..b8c3937 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,6 +22,9 @@ jobs: - name: Checkout the repository uses: actions/checkout@v3.5.3 + - name: Installing required packages + run: apt install -y libgtest-dev libgmock-dev + - name: Configure the project uses: threeal/cmake-action@v1.3.0