From d47aa1a0f1b383de21fafca9c10443c1896c3912 Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 11 Jul 2025 15:24:23 -0400 Subject: [PATCH] build type Signed-off-by: crueter --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7268075..3462963 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,9 @@ jobs: chmod +x ./linux/get-dependencies.sh ./linux/get-dependencies.sh + - name: Set build type + run: echo "BUILD_TYPE=Release" >> $GITHUB_ENV + - name: Get Variables and Clone uses: ./.github/workflows/clone @@ -132,6 +135,10 @@ jobs: modules: ${{ matrix.qt_modules }} cache: 'true' + - name: Set build type + shell: bash + run: echo "BUILD_TYPE=Release" >> $GITHUB_ENV + - name: Get Variables and Clone uses: ./.github/workflows/clone