Skip to content

Commit 6fa4b64

Browse files
committed
retry adding aarch64_be to the pipeline
1 parent f4a7aeb commit 6fa4b64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
os: ubuntu-latest
130130
test_everything: true
131131
- target:
132-
tuple: aarch64_be-unknown-linux-gnu
133-
os: ubuntu-latest
132+
tuple: aarch64_be-unknown-linux-gnu
133+
os: ubuntu-latest
134134
test_everything: true
135135
build_std: true
136136
- target:
@@ -201,8 +201,6 @@ jobs:
201201

202202
steps:
203203
- uses: actions/checkout@v4
204-
with:
205-
submodules: recursive
206204
- name: Install Rust
207205
run: |
208206
rustup update nightly --no-self-update

0 commit comments

Comments
 (0)