Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 77c40fd

Browse files
fix: indents
1 parent bf651b4 commit 77c40fd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build_assets.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,15 @@ jobs:
112112
- distro: "python:3.11-bullseye"
113113
arch: arm64
114114
distro_name: linux
115-
116115
steps:
117116
- uses: actions/checkout@v4
118117
with:
119118
submodules: true
120-
- uses: actions/checkout@v4
121-
if: ${{ inputs.sha }}
122-
with:
123-
sha: ${{ inputs.sha }}
124-
submodules: true
119+
- uses: actions/checkout@v4
120+
if: ${{ inputs.sha }}
121+
with:
122+
sha: ${{ inputs.sha }}
123+
submodules: true
125124
- name: Set up QEMU
126125
uses: docker/setup-qemu-action@v1
127126
with:

0 commit comments

Comments
 (0)