mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-25 13:40:19 +00:00
fix: dont install master miri
This commit is contained in:
parent
b351345db9
commit
7a0c00ab6f
1 changed files with 8 additions and 8 deletions
16
.github/workflows/miri.yml
vendored
16
.github/workflows/miri.yml
vendored
|
@ -68,14 +68,14 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
cargo install -f rustup-toolchain-install-master
|
||||
- name: Install "master" toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||
echo "Building against latest rustc git version"
|
||||
git ls-remote https://github.com/rust-lang/rust/ HEAD | cut -f 1 > rust-version
|
||||
fi
|
||||
./miri toolchain --host ${{ matrix.host_target }}
|
||||
# - name: Install "master" toolchain
|
||||
# shell: bash
|
||||
# run: |
|
||||
# if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||
# echo "Building against latest rustc git version"
|
||||
# git ls-remote https://github.com/rust-lang/rust/ HEAD | cut -f 1 > rust-version
|
||||
# fi
|
||||
# toolchain --host ${{ matrix.host_target }}
|
||||
- name: Show Rust version
|
||||
run: |
|
||||
rustup show
|
||||
|
|
Loading…
Reference in a new issue