Skip to content

Commit 5491b7c

Browse files
rename conan install step
1 parent dc1f904 commit 5491b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' || '' }}
207207
done
208208
209-
- name: Generate conan profile
209+
- name: Build the rest of the dependencies
210210
run: |
211211
conan install . \
212212
--output-folder=conan-generated \

0 commit comments

Comments
 (0)