7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user