Skip to content

Commit 6f1262f

Browse files
committed
Force gmake into PATH
1 parent 18bbd7b commit 6f1262f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
# run: python -m pip install -U pip
7070

7171
- name: Initialize swift-t settings
72-
run: dev/build/init-settings.sh
72+
run: |
73+
dev/build/init-settings.sh
74+
echo 'PATH=/opt/homebrew/opt/make/libexec/gnubin:$PATH' >> dev/build/swift-t-settings.sh
7375
7476
# TODO set swift-t install, R, python, and ??
7577
# sed -i 's/original/new/g' file.txt

0 commit comments

Comments
 (0)