Skip to content

Commit

Permalink
Fix building macos (with debug code)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBehrens committed Oct 24, 2024
1 parent 4e7aabc commit 44f89cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
# Install to /opt/v8/self-built
sudo mkdir -p /opt/v8/self-built/{lib,include}
sudo cp out.gn/x64.release/lib*.so out.gn/x64.release/*_blob.bin out.gn/x64.release/icudtl.dat /opt/v8/self-built/lib/
sudo ls -lisat out.gn/x64.release/
sudo cp out.gn/x64.release/lib*.{so,dylib} out.gn/x64.release/*_blob.bin out.gn/x64.release/icudtl.dat /opt/v8/self-built/lib/
sudo cp -R include/* /opt/v8/self-built/include/
# Go back to origin
Expand Down

0 comments on commit 44f89cc

Please sign in to comment.