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