We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edef2db commit dc877e9Copy full SHA for dc877e9
1 file changed
build.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -eo pipefail
3
4
+export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"
5
+
6
echo "=============================================="
7
echo " SwiftLM Build Script "
8
0 commit comments