Automatic merge branch 'main' into 'devel'

This commit is contained in:
github-actions[bot] 2023-04-04 10:36:16 +00:00 committed by GitHub
commit 9463c40db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
bash scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt --dont_install_cgal_and_boost
bash scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt
- name: Setup env variables
id: envs
shell: bash

View File

@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
bash scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt --dont_install_cgal_and_boost
bash scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt
- name: Setup env variables
id: envs
shell: bash