Skip to content

Commit

Permalink
fix(cpp-compile-check.yml): Fixed job issue in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Taanviir authored Jan 17, 2024
1 parent e4a0936 commit 4c1f308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-compile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c1f308

Please sign in to comment.