Skip to content

Commit 9d03aae

Browse files
committed
Try using libc++
1 parent 6f6e1b9 commit 9d03aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "GCC LIBS: $(gcc-14 -print-search-dirs | grep libraries)"
6565
echo "Include dir: $(ls -l /opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14)"
6666
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)"
67+
echo "GCC info: $(gcc-14 -v)"
6868
6969
- uses: actions/checkout@v4
7070

0 commit comments

Comments
 (0)