Skip to content

Commit

Permalink
Add minimal profile to Rust GitHub workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Oleander committed Dec 10, 2023
1 parent a53ead6 commit 6fbba32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
toolchain: nightly
override: true
default: true
profile: minimal
- name: Build git-ai-hook
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 6fbba32

Please sign in to comment.