Skip to content

Commit 9b0324a

Browse files
committed
AAAAAARRRRRRRRGGGGGGGHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!
1 parent b020e6e commit 9b0324a

File tree

3 files changed

+394
-384
lines changed

3 files changed

+394
-384
lines changed

.github/actions/setup-builder/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ runs:
3333
- name: Setup Rust toolchain
3434
shell: bash
3535
run: |
36+
echo "CARGO_HOME is $CARGO_HOME"
37+
echo "RUSTUP_HOME is $RUSTUP_HOME"
38+
exit 1
3639
echo "Installing ${{ inputs.rust-version }}"
3740
rustup toolchain install ${{ inputs.rust-version }}
3841
rustup default ${{ inputs.rust-version }}

.github/workflows/miri.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Rust
18+
name: MIRI
1919

2020
on:
2121
# always trigger

0 commit comments

Comments
 (0)