Merge pull request #4514 from gitbutlerapp/fix-rust-nightly-dev-issue

build: Reanme rust-toolchain.toml.nightly to rust-toolchain.toml
This commit is contained in:
Sebastian Thiel 2024-07-28 20:21:20 +02:00 committed by GitHub
commit 28eae75086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: |
mv rust-toolchain.toml.nightly rust-toolchain.toml
mv rust-toolchain.toml.windows rust-toolchain.toml
- name: Setup Stable
if: runner.os != 'Windows'
shell: bash