fix: cmake fails to create zip file

This commit is contained in:
Petra Baranski
2023-07-27 19:22:23 +02:00
committed by GitHub
parent d203e8502c
commit 52b0e1c86c

View File

@@ -19,6 +19,7 @@ jobs:
- name: create zip - name: create zip
run: | run: |
mkdir build
mkdir tmp mkdir tmp
cd tmp cd tmp
cmake -DMADDY_CREATE_PACKAGE=ON .. cmake -DMADDY_CREATE_PACKAGE=ON ..