adjust josh pushing and remove ./miri toolchain updating the toolchain file
This commit is contained in:
parent
a046f62bb4
commit
a47e431390
3 changed files with 40 additions and 53 deletions
6
src/tools/miri/.github/workflows/ci.yml
vendored
6
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -67,10 +67,10 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||
./miri toolchain HEAD --host ${{ matrix.host_target }}
|
||||
else
|
||||
./miri toolchain "" --host ${{ matrix.host_target }}
|
||||
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: Show Rust version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue