diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 604158d..e260b62 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,8 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: cmake-configure - uses: snickerbockers/cmake-configure@prerel1 + - name: configure + run: cmake - name: make run: make - name: make test