Skip to content

Commit

Permalink
feat: Logging where are the installed std modules
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed Aug 21, 2024
1 parent f9e958e commit 951fda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 951fda7

Please sign in to comment.