diff --git a/.github/workflows/cpp-compile-check.yml b/.github/workflows/cpp-compile-check.yml index c1a62c8..989d0c2 100644 --- a/.github/workflows/cpp-compile-check.yml +++ b/.github/workflows/cpp-compile-check.yml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v3 - name: Set up C++ environment - uses: actions/setup-cpp@v2 + uses: aminya/setup-cpp@v1 with: - compiler: 'gcc' + compiler: c++ - name: Build project run: make