From 951fda7db7602cc89188615c2784e6fc224b2034 Mon Sep 17 00:00:00 2001 From: Alex Vergara Date: Wed, 21 Aug 2024 19:00:49 +0200 Subject: [PATCH] feat: Logging where are the installed std modules --- .github/workflows/project_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml index e02b1bb..987414d 100644 --- a/.github/workflows/project_tests.yml +++ b/.github/workflows/project_tests.yml @@ -47,7 +47,7 @@ jobs: sudo ln -s /usr/bin/clang++-${{ matrix.clang_version }} /usr/bin/clang++ # Find the system libc++ installations - find /usr -type d \( -name 'libc++*' -o -name 'llvm*' -o -name 'clang*' \) -exec echo "libc++ at: {}" \; + find /usr -type f \( -name 'std.cppm' -o -name 'std.compat.cppm' \) -exec echo "Found: {}" \; - name: Generate a Zork++ release build run: |