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 025718a commit ca6eecfCopy full SHA for ca6eecf
.github/workflows/windows_ci.yml
@@ -24,5 +24,6 @@ jobs:
24
25
- name: Test Build Output Binaries
26
run: |
27
- dist\interactive_example
28
dist\basic_example
+ dist\interactive_example
29
+ powershell -command "Get-Content test.txt"
0 commit comments