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

Commit

Permalink
Remove .cargo/config.toml in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Oct 20, 2023
1 parent 59edd26 commit ea5e9c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v3

- name: Remove cargo config for incremental builds
run: rm -f .cargo/config.toml

Expand Down Expand Up @@ -51,6 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove cargo config for incremental builds
run: rm -f .cargo/config.toml

- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -62,6 +63,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove cargo config for incremental builds
run: rm -f .cargo/config.toml

- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -73,6 +76,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove cargo config for incremental builds
run: rm -f .cargo/config.toml

- uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit ea5e9c2

Please sign in to comment.