Skip to content

Commit 3da3fb0

Browse files
committed
Fixed Windows runner workflow pipeline actions.
1 parent b26964d commit 3da3fb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/windows_ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
run: |
2121
mkdir dist
2222
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
2423
2524
- name: Test Build Output Binaries
2625
run: |
2726
dist\basic_example
28-
dist\interactive_example
29-
dir

0 commit comments

Comments
 (0)