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 74953ef commit 7e193dbCopy full SHA for 7e193db
.github/workflows/swift.yaml
@@ -26,6 +26,8 @@ jobs:
26
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile
27
source /Users/runner/.bash_profile
28
clang --version
29
+ cat /Users/runner/.bash_profile
30
+ whereis llc
31
echo "=====> Checking LLC"
32
llc --version
33
swift --version
0 commit comments