Skip to content

Commit

Permalink
Force gmake into PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 5, 2024
1 parent 18bbd7b commit 6f1262f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
# run: python -m pip install -U pip

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

0 comments on commit 6f1262f

Please sign in to comment.