1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 14:47:45 +00:00

Remove explicit parallelism env vars on CI

This commit is contained in:
Joshua Goins 2025-04-29 15:23:18 -04:00
parent 365b4a5ea6
commit 8c6d60c1e5

View file

@ -7,8 +7,6 @@ on:
branches: [ "main" ] branches: [ "main" ]
env: env:
CMAKE_BUILD_PARALLEL_LEVEL: 2
MAKEFLAGS: '-j 2'
QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt
KF_VERSION: v6.10.0 # Ditto KF_VERSION: v6.10.0 # Ditto
KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2 KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2