summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsethg <sethg@geographika.co.uk>2022-09-27 10:32:16 +0200
committersethg <sethg@geographika.co.uk>2022-09-27 10:32:16 +0200
commit730e49d379cad28dcbafe63c1d51b1a9bc68b9ee (patch)
treebcca002ac6158066a7220774c0c8626d662f9771
parent95d255e16e1272fb6898ed9fe330f1d66c1f18da (diff)
downloadswig-730e49d379cad28dcbafe63c1d51b1a9bc68b9ee.tar.gz
Move install to separate step
-rw-r--r--.github/workflows/nuget.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml
index f664d306c..706344964 100644
--- a/.github/workflows/nuget.yml
+++ b/.github/workflows/nuget.yml
@@ -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