Skip to content

Commit 610e2ca

Browse files
author
Patricia Aas
committed
Try simplifying
1 parent 1b137fd commit 610e2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/configure_qt.yml

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

0 commit comments

Comments
 (0)