Skip to content

Commit

Permalink
Add some debugging for MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent c677bda commit f27a65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew reinstall freetype
brew link --overwrite freetype
- name: Install Dependencies
run: |
zef install --/test App::Prove6
Expand Down
2 changes: 2 additions & 0 deletions Build.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class Build {

mkdir($destfolder);
LibraryMake::process-makefile($folder, %vars);
dd :%vars;
note (qx{freetype-config --prefix});
shell(%vars<MAKE>);
}

Expand Down

0 comments on commit f27a65e

Please sign in to comment.