Skip to content

Commit f22ae75

Browse files
testing build
1 parent 4b8c7a7 commit f22ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: locate
2727
run: |
2828
TOOLCHAIN_PATH=$(find /home/runner/work/_actions/Timmmm/setup-osxcross/v2/osxcross/target/bin \
29-
\( -type f -o -type l \) -name 'aarch64-apple-darwin*-clang' 2>/dev/null | head -n 1 || true
29+
\( -type f -o -type l \) -name 'aarch64-apple-darwin*-clang' 2>/dev/null | head -n 1 || true)
3030
if [ -z "$TOOLCHAIN_PATH" ]; then
3131
echo "aarch64-apple-darwin clang not found"
3232
echo "Available files under osxcross target/bin:"

0 commit comments

Comments
 (0)