Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Set profile to minimal on labeler (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored and Alexendoo committed Jan 10, 2020
1 parent 8a7a944 commit 33f7456
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Configure rustup
run: |
rustup set profile minimal
rustup toolchain install nightly
- name: Cargo run labeler
run: cargo run -p labeler
env:
Expand Down

0 comments on commit 33f7456

Please sign in to comment.