This commit is contained in:
Ernie Pasveer
2025-07-30 18:19:43 -05:00
parent ed68f77d73
commit 30fce5b619
+4
View File
@@ -88,12 +88,16 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$Qt6_DIR \
-DQt6_DIR=$Qt6_DIR/lib/cmake/Qt6
pwd
ls -l
- name: Build
shell: wsl-bash {0}
run: |
source /tmp/env.sh
cd src/build
pwd
ls -l
make -j$(nproc)
- name: Tar