Skip to content

Commit dc877e9

Browse files
fix(build): ensure Homebrew tools are in PATH to fix build script (#63) (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edef2db commit dc877e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -eo pipefail
33

4+
export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"
5+
46
echo "=============================================="
57
echo " SwiftLM Build Script "
68
echo "=============================================="

0 commit comments

Comments
 (0)