We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26964d commit 3da3fb0Copy full SHA for 3da3fb0
1 file changed
.github/workflows/windows_ci.yml
@@ -20,10 +20,7 @@ jobs:
20
run: |
21
mkdir dist
22
g++ -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
23
- g++ -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
24
25
- name: Test Build Output Binaries
26
27
dist\basic_example
28
- dist\interactive_example
29
- dir
0 commit comments