Move install to separate step

This commit is contained in:
sethg 2022-09-27 10:32:16 +02:00
commit 730e49d379

View file

@ -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