Skip to content

Commit a2fb480

Browse files
authored
Fixes a typo in macos_rebuild_updated_recipes (kivy#2587)
1 parent 44d3591 commit a2fb480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
arm64_set_path_and_python_version 3.9.7
224224
brew install autoconf automake libtool openssl pkg-config
225225
make --file ci/makefiles/osx.mk
226-
- name: Build multi-arch apk Python 3 (armeabi-v7a, arm64-v8a, x86_64, x86)
226+
- name: Rebuild updated recipes
227227
run: |
228228
source ci/osx_ci.sh
229229
arm64_set_path_and_python_version 3.9.7

0 commit comments

Comments
 (0)