Skip to content

Commit a89b23e

Browse files
authored
Fix a typo
1 parent cfece7e commit a89b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
./linux/arm64/build_libraries_arm64.sh
132132
133-
- name: Build apps for amd64
133+
- name: Build apps for arm64
134134
if: success() && matrix.type == 'apps-arm64'
135135
run: |
136136
./linux/arm64/build_libraries_arm64.sh

0 commit comments

Comments
 (0)