Skip to content

Commit 7adf8dd

Browse files
committed
CI cleanup
1 parent 04db677 commit 7adf8dd

File tree

1 file changed

+3
-8
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-8
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,10 @@ jobs:
112112

113113
- name: Install rustup-toolchain-install-master
114114
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
115-
shell: bash
116-
run: |
117-
cargo install -f rustup-toolchain-install-master
115+
run: cargo install -f rustup-toolchain-install-master
118116

119117
- name: Install "master" toolchain
120-
shell: bash
121-
run: |
122-
./miri toolchain
118+
run: ./miri toolchain
123119

124120
- name: Show Rust version
125121
run: |
@@ -199,8 +195,7 @@ jobs:
199195
git config --global user.name 'The Miri Conjob Bot'
200196
git config --global user.email '[email protected]'
201197
- name: get changes from rustc
202-
run: |
203-
./miri rustc-pull
198+
run: ./miri rustc-pull
204199
- name: Install rustup-toolchain-install-master
205200
run: cargo install -f rustup-toolchain-install-master
206201
- name: format changes (if any)

0 commit comments

Comments
 (0)