Don't bundle Development Test on macOS

This commit is contained in:
ROllerozxa 2024-05-15 19:56:41 +02:00 committed by GitHub
parent 5c187363b2
commit 5625be70fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ jobs:
- name: CPack
run: |
cd build
cmake .. -DINSTALL_DEVTEST=FALSE
cpack -G ZIP -B macos
- uses: actions/upload-artifact@v4