Skip to content

Commit

Permalink
fix: add /usr/local/bin to $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 14, 2023
1 parent f7ceb41 commit d65329b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,12 @@ jobs:
run: |
brew install boost openssl rapidjson p7zip create-dmg cmake tree libavif mold
brew info mold
echo "/usr/local/opt/mold/bin" >> "$GITHUB_PATH"
echo "/usr/local/bin" >> "$GITHUB_PATH"
shell: bash

- name: Check for mold (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
which mold
shell: bash

Expand Down

0 comments on commit d65329b

Please sign in to comment.