We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8c7a7 commit f22ae75Copy full SHA for f22ae75
.github/workflows/build-zauth.yaml
@@ -26,7 +26,7 @@ jobs:
26
id: locate
27
run: |
28
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
+ \( -type f -o -type l \) -name 'aarch64-apple-darwin*-clang' 2>/dev/null | head -n 1 || true)
30
if [ -z "$TOOLCHAIN_PATH" ]; then
31
echo "aarch64-apple-darwin clang not found"
32
echo "Available files under osxcross target/bin:"
0 commit comments