diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28d0af7..01b2dcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,6 @@ jobs: - name: Run bazel test with CLANG c++17 run: | bazel test --config=clang --cxxopt=-std=c++17 //... - - name: Install cmake and run cmake compile - name: Install cmake dependencies and run cmake compile run: | sudo apt update