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.
1 parent d7d95e1 commit 3b81b27Copy full SHA for 3b81b27
.github/workflows/macos_ci.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Build Example
20
run: |
21
mkdir dist
22
- g++ -std=c++11 -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
23
- g++ -std=c++11 -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
+ g++ -std=c++14 -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
+ g++ -std=c++14 -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
24
25
- name: Test Build Output Binaries
26
0 commit comments