Skip to content

Commit 200b622

Browse files
author
Patricia Aas
committed
Try to see if it is the bash thing that Mac struggles with
1 parent ec4c98a commit 200b622

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/configure_qt.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
work_dir: "/c/Code",
3232
cache_dir: "C:\\Code"
3333
}
34-
- {
35-
name: "MacOS 11.0",
36-
os: macos-11.0,
37-
work_dir: "$HOME"
38-
}
3934
- {
4035
name: "MacOS 10.15",
4136
os: macos-10.15,
4237
work_dir: "$HOME"
4338
}
39+
# - {
40+
# name: "MacOS 11.0",
41+
# os: macos-11.0,
42+
# work_dir: "$HOME"
43+
# }
4444
name: ${{ matrix.config.name }}
4545
runs-on: ${{ matrix.config.os }}
4646
env:
@@ -126,8 +126,9 @@ jobs:
126126
# sudo apt-get install libc++ libc++-11-dev libc++abi-11-dev
127127

128128
- name: 1. [All] Install Dependencies
129+
if: startsWith(matrix.config.os, 'macos')
129130
shell: bash
130-
run: bash -c "yes || true" | bash update.sh -i -w ${{ matrix.config.work_dir }}
131+
run: true | ./update.sh -i -w ${{ matrix.config.work_dir }}
131132

132133
- name: 1. [MacOS] Fix Path
133134
if: startsWith(matrix.config.os, 'macos')

0 commit comments

Comments
 (0)