Skip to content

Commit f354864

Browse files
author
Patricia Aas
committed
Go back to previous syntax
1 parent 610e2ca commit f354864

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/configure_qt.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,20 @@ jobs:
128128
- name: 1. [All] Install Dependencies
129129
if: startsWith(matrix.config.os, 'macos')
130130
shell: bash
131-
run: bash -c "yes | ./update.sh -i -w ${{ matrix.config.work_dir }}"
131+
run: /bin/bash -c "yes | ./update.sh -i -w ${{ matrix.config.work_dir }}"
132132

133133
- name: 1. [MacOS] Fix Path
134134
if: startsWith(matrix.config.os, 'macos')
135135
shell: bash
136136
run: echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
137137

138+
- name: 2. [MacOS] Build up the environment
139+
if: startsWith(matrix.config.os, 'macos')
140+
shell: bash
141+
run: /bin/bash -c "yes | ./update.sh -e -x -r -s -w ${{ matrix.config.work_dir }}"
142+
138143
- name: 2. [All] Build up the environment
144+
if: startsWith(matrix.config.os, 'macos') == false
139145
shell: bash
140146
run: bash -c "yes || true" | bash update.sh -e -x -r -s -w ${{ matrix.config.work_dir }}
141147

0 commit comments

Comments
 (0)