We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6e1b9 commit 9d03aaeCopy full SHA for 9d03aae
.github/workflows/cmake-multi-platform.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "GCC LIBS: $(gcc-14 -print-search-dirs | grep libraries)"
65
echo "Include dir: $(ls -l /opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14)"
66
echo "GCC bin dir: $(ls -l /opt/homebrew/opt/gcc/bin)"
67
- echo "GCC Cellar bin dir: $(ls -l /opt/homebrew/Cellar/gcc/14.1.0/bin)"
+ echo "GCC info: $(gcc-14 -v)"
68
69
- uses: actions/checkout@v4
70
0 commit comments