about summary refs log tree commit diff
path: root/library/stdarch
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch')
-rw-r--r--library/stdarch/.github/workflows/main.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml
index cc63589ad2c..a9ba24aad5c 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