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 8e9d7ab commit 7a17414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross-platform-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
command: build
args: --verbose --release --target ${{ matrix.target }}
- name: Display binary size
shell: bash
run: |
ls -l target/${{ matrix.target }}/release/*
du -h target/${{ matrix.target }}/release/*
Expand Down

0 comments on commit 7a17414

Please sign in to comment.