Skip to content

Commit 7d3a1bb

Browse files
authored
Replace make with direct compilation in Build C++ workflow
1 parent 7c305ae commit 7d3a1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build project
23-
run: make clean && make
23+
run: g++ -std=c++17 main.cpp

0 commit comments

Comments
 (0)