correct cmake file
This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
||||
libcrypt-dev
|
||||
|
||||
- name: Configure
|
||||
run: cmake -S . -B build
|
||||
run: cmake -S . -B /tmp/mars-nwe-build
|
||||
|
||||
- name: Build source package
|
||||
run: cmake --build build --target package_source
|
||||
run: cmake --build /tmp/mars-nwe-build --target package_source
|
||||
|
||||
- name: Find source tarball
|
||||
id: pkg
|
||||
|
||||
Reference in New Issue
Block a user