mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Update actions-rs/toolchain digest to 88dc235 (#965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
24459ca2c2
commit
10369e7028
2
.github/workflows/build_macos.yaml
vendored
2
.github/workflows/build_macos.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
|
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
|
||||||
with:
|
with:
|
||||||
default: true
|
default: true
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
2
.github/workflows/build_windows.yaml
vendored
2
.github/workflows/build_windows.yaml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
|
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
|
||||||
with:
|
with:
|
||||||
default: true
|
default: true
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user