Skip to content

Commit

Permalink
Fix ARM Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 16, 2024
1 parent 155e17d commit 2e9eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sudo ln -s llvm-ar-14 /usr/bin/llvm-ar
sudo ln -s llvm-ranlib-14 /usr/bin/llvm-ranlib
sudo ln -s llvm-strip-14 /usr/bin/llvm-strip
CC=clang --target=aarch64-linux-gnu
CC="clang --target=aarch64-linux-gnu"
fi
echo "CC=$CC" >> $GITHUB_ENV
- name: Build Debug Target
Expand Down

0 comments on commit 2e9eee3

Please sign in to comment.