retry adding aarch64_be to the pipeline

This commit is contained in:
James Barford-Evans
2025-04-25 07:46:37 +01:00
committed by Amanieu d'Antras
parent 45ee41c13a
commit af3bd7b898

View File

@@ -129,8 +129,8 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
test_everything: true test_everything: true
- target: - target:
tuple: aarch64_be-unknown-linux-gnu tuple: aarch64_be-unknown-linux-gnu
os: ubuntu-latest os: ubuntu-latest
test_everything: true test_everything: true
build_std: true build_std: true
- target: - target:
@@ -200,8 +200,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust - name: Install Rust
run: | run: |
rustup update nightly --no-self-update rustup update nightly --no-self-update