-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: stable change #6772
base: development
Are you sure you want to change the base?
chore: stable change #6772
Conversation
Test Results (Integration tests)0 tests 0 ✅ 0s ⏱️ Results for commit d16c74a. ♻️ This comment has been updated with latest results. |
Test Results (CI)0 tests 0 ✅ 0s ⏱️ Results for commit d16c74a. ♻️ This comment has been updated with latest results. |
.github/workflows/ci.yml
Outdated
@@ -36,7 +37,7 @@ jobs: | |||
steps: | |||
- name: checkout | |||
uses: actions/checkout@v4 | |||
- name: toolchain | |||
- name: nightly_toolchain | |||
uses: dtolnay/rust-toolchain@master | |||
with: | |||
toolchain: ${{ env.toolchain }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the env too
toolchain: ${{ env.nightly_toolchain }}
@@ -15,6 +15,7 @@ name: CI | |||
|
|||
env: | |||
toolchain: stable | |||
nightly_toolchain: nightly-2024-07-07 | |||
CARGO_HTTP_MULTIPLEXING: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add then env
RUSTUP_PERMIT_COPY_RENAME: true
Description
change Tari to use stable and not nightly