Skip to content

Commit d84781c

Browse files
authored
Merge pull request #4908 from MrBrain295/patch-1
2 parents 4655fce + a89b23e commit d84781c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ jobs:
125125
run:
126126
cmake --build build
127127

128-
- name: Build libraries for amd64
128+
- name: Build libraries for arm64
129129
if: success() && matrix.type == 'libs-arm64'
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)