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

Commit

Permalink
ci: disable rs-toolchain override
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 13, 2024
1 parent 9ac59a0 commit 596951e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
override: false

- name: Get SP1 version
id: sp1-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
override: false

- name: Install SP1 toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
override: false
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
profile: minimal
toolchain: stable
override: true
override: false
components: rustfmt, clippy
- name: Install SP1 toolchain
run: |
Expand Down

0 comments on commit 596951e

Please sign in to comment.