correct cmake file

This commit is contained in:
Mario Fetka
2026-04-21 01:18:06 +02:00
parent c9798691c8
commit 2090839a73
2 changed files with 4 additions and 4 deletions

View File

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