We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa644f7 + 102bf8c commit a4f5f0cCopy full SHA for a4f5f0c
.github/workflows/compile.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Compile zipcracker
24
run: |
25
- g++ -std=c++17 -pthread -lzip -o zipcracker src/zipcracker.cpp
+ g++ -std=c++11 -pthread -lzip -o zipcracker src/zipcracker.cpp
26
27
- name: Archive binary
28
@@ -33,4 +33,4 @@ jobs:
33
uses: actions/upload-artifact@v3
34
with:
35
name: zipcracker
36
- path: artifacts/zipcracker
+ path: artifacts/zipcracker
0 commit comments