Skip to content

Commit

Permalink
fix: macos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunPotti authored Jun 29, 2022
1 parent 3d7890b commit 9855e5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
- name: Install fleet
run: cargo install --path . fleet-rs -f


- name: Run app using fleet
run: fleet build -- --bin fleet

- name: Install cargo bloat
run: cargo install cargo-bloat
run: if [ -e ~/.cargo/bin/cargo-bloat ] ; then echo "Bloat is already installed"; else cargo install cargo-bloat -f; fi

- name: Run bloat analysis
run: fleet bloat

0 comments on commit 9855e5f

Please sign in to comment.