build type

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2025-07-11 15:24:23 -04:00
parent bb08b7d510
commit d47aa1a0f1

View File

@@ -76,6 +76,9 @@ jobs:
chmod +x ./linux/get-dependencies.sh chmod +x ./linux/get-dependencies.sh
./linux/get-dependencies.sh ./linux/get-dependencies.sh
- name: Set build type
run: echo "BUILD_TYPE=Release" >> $GITHUB_ENV
- name: Get Variables and Clone - name: Get Variables and Clone
uses: ./.github/workflows/clone uses: ./.github/workflows/clone
@@ -132,6 +135,10 @@ jobs:
modules: ${{ matrix.qt_modules }} modules: ${{ matrix.qt_modules }}
cache: 'true' cache: 'true'
- name: Set build type
shell: bash
run: echo "BUILD_TYPE=Release" >> $GITHUB_ENV
- name: Get Variables and Clone - name: Get Variables and Clone
uses: ./.github/workflows/clone uses: ./.github/workflows/clone