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 28d75ae commit c5af3d7Copy full SHA for c5af3d7
.github/workflows/ccpp.yml
@@ -25,6 +25,7 @@ jobs:
25
- uses: actions/checkout@v1
26
- name: configure
27
run: mkdir build-release;cd build-release;cmake ..
28
+ shell: pwsh
29
- name: build
30
run: cmake --build build-release --config Release
31
0 commit comments