Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Hartnell committed Aug 14, 2024
1 parent 3fa557a commit f49abe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: List largest packages
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100

- name: Install latest nightly toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit f49abe7

Please sign in to comment.