Skip to content

Commit

Permalink
attempt to address ci no more space issue (#585)
Browse files Browse the repository at this point in the history
* attempt to address ci no more space issue

* remove env settings

* add CARGO_PROFILE_DEV_DEBUG=false
  • Loading branch information
DenisBiryukov91 authored Aug 9, 2024
1 parent 5a82ecf commit 7e41056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
schedule:
- cron: "0 6 * * 1-5"

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_PROFILE_DEV_DEBUG: false

jobs:
check_format:
name: Check codebase format with clang-format
Expand Down

0 comments on commit 7e41056

Please # to comment.