Skip to content

Commit 7f38cb9

Browse files
committed
env
1 parent d9ed21e commit 7f38cb9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,9 @@ jobs:
130130
key: ${{ runner.os }}-compiler-rt-${{ hashFiles('ci/download-compiler-rt.sh') }}
131131
- name: Download compiler-rt reference sources
132132
if: steps.cache-compiler-rt.outputs.cache-hit != 'true'
133-
run: |
134-
./ci/download-compiler-rt.sh
135-
echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
133+
run: ./ci/download-compiler-rt.sh
136134
shell: bash
135+
- run: echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
137136

138137
# Non-linux tests just use our raw script
139138
- run: ./ci/run.sh ${{ matrix.target }}

0 commit comments

Comments
 (0)