Skip to content

Commit a4f5f0c

Browse files
committed
2 parents fa644f7 + 102bf8c commit a4f5f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Compile zipcracker
2424
run: |
25-
g++ -std=c++17 -pthread -lzip -o zipcracker src/zipcracker.cpp
25+
g++ -std=c++11 -pthread -lzip -o zipcracker src/zipcracker.cpp
2626
2727
- name: Archive binary
2828
run: |
@@ -33,4 +33,4 @@ jobs:
3333
uses: actions/upload-artifact@v3
3434
with:
3535
name: zipcracker
36-
path: artifacts/zipcracker
36+
path: artifacts/zipcracker

0 commit comments

Comments
 (0)