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