Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 29, 2024
1 parent fe13868 commit 8e9d7ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cross-platform-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
with:
command: build
args: --verbose --release --target ${{ matrix.target }}
- name: Display binary size
run: |
ls -l target/${{ matrix.target }}/release/*
du -h target/${{ matrix.target }}/release/*
- name: Strip binary (Linux and macOS only)
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit 8e9d7ab

Please sign in to comment.