We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ed21e commit 7f38cb9Copy full SHA for 7f38cb9
.github/workflows/main.yml
@@ -130,10 +130,9 @@ jobs:
130
key: ${{ runner.os }}-compiler-rt-${{ hashFiles('ci/download-compiler-rt.sh') }}
131
- name: Download compiler-rt reference sources
132
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"
+ run: ./ci/download-compiler-rt.sh
136
shell: bash
+ - run: echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
137
138
# Non-linux tests just use our raw script
139
- run: ./ci/run.sh ${{ matrix.target }}
0 commit comments