Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Jul 20, 2023
1 parent e71ae5e commit 98e697a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ jobs:
--target ${{ matrix.build-target.target-triple }} \
--release
ls -l target
ls -l target/${{ matrix.build-target.target-triple }} || true
if [ "${{matrix.build-target.crate}}" == "radix-engine-toolkit" ]; then
INCLUDE_DIRECTORY_PATH="${{ matrix.build-target.target-triple }}/target/${{ matrix.build-target.target-triple }}/release/include"
INCLUDE_DIRECTORY_PATH="target/${{ matrix.build-target.target-triple }}/release/include"
mkdir $INCLUDE_DIRECTORY_PATH
rustup default nightly
Expand Down

0 comments on commit 98e697a

Please sign in to comment.