From af3bd7b89879b454edd3b549ff7a38b51ebe65ca Mon Sep 17 00:00:00 2001 From: James Barford-Evans Date: Fri, 25 Apr 2025 07:46:37 +0100 Subject: [PATCH] retry adding aarch64_be to the pipeline --- library/stdarch/.github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index cc63589ad2c7..a9ba24aad5c0 100644 --- a/library/stdarch/.github/workflows/main.yml +++ b/library/stdarch/.github/workflows/main.yml @@ -129,8 +129,8 @@ jobs: os: ubuntu-latest test_everything: true - target: - tuple: aarch64_be-unknown-linux-gnu - os: ubuntu-latest + tuple: aarch64_be-unknown-linux-gnu + os: ubuntu-latest test_everything: true build_std: true - target: @@ -200,8 +200,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - submodules: recursive - name: Install Rust run: | rustup update nightly --no-self-update