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

Commit 33f7456

Browse files
JohnTitorAlexendoo
authored andcommitted
Set profile to minimal on labeler (#250)
1 parent 8a7a944 commit 33f7456

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515

16+
- name: Configure rustup
17+
run: |
18+
rustup set profile minimal
19+
rustup toolchain install nightly
20+
1621
- name: Cargo run labeler
1722
run: cargo run -p labeler
1823
env:

0 commit comments

Comments
 (0)