We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c305ae commit 7d3a1bbCopy full SHA for 7d3a1bb
1 file changed
.github/workflows/actions.yml
@@ -20,4 +20,4 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Build project
23
- run: make clean && make
+ run: g++ -std=c++17 main.cpp
0 commit comments