Skip to content

Commit

Permalink
Disable incremental builds in CI for faster time
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum authored Jul 18, 2024
1 parent 74e59d3 commit 245eefc
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 @@ -12,6 +12,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 245eefc

Please sign in to comment.