Move install to separate step
This commit is contained in:
parent
95d255e16e
commit
730e49d379
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
|
|
@ -45,6 +45,10 @@ jobs:
|
|||
-DPCRE2_INCLUDE_DIR="$PCRE_ROOT/include" `
|
||||
-DPCRE2_LIBRARY="$PCRE_ROOT/lib/pcre2-8-static.lib" `
|
||||
-S . -B build
|
||||
|
||||
- name: Install
|
||||
shell: powershell
|
||||
run: |
|
||||
cmake --build build --config Release --target install
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue