Skip to content

Commit 9ca300b

Browse files
committed
retry adding aarch64_be to the pipeline
1 parent 6509896 commit 9ca300b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

+2-4
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:
@@ -200,8 +200,6 @@ jobs:
200200

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

0 commit comments

Comments
 (0)