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 e713420 commit dfa6f3bCopy full SHA for dfa6f3b
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Configure
53
run: mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release .. ;
54
- name: Build
55
- run: cd build; cmake --build . --config release --target installp
+ run: cd build; cmake --build . --config release --target install
56
- name: Archive and upload artifacts
57
uses: actions/upload-artifact@v2
58
with:
0 commit comments