Skip to content

Commit 0be9e33

Browse files
committed
Fix typo
1 parent 4ddca1c commit 0be9e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-dev-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
# actions/setup-python doesn't suport Linux aarch64 runners
13+
# actions/setup-python doesn't support Linux aarch64 runners
1414
# See: https://github.com/actions/setup-python/issues/108
1515
# python3 is manually preinstalled in the aarch64 VM self-hosted runner
1616
- name: Set Up Python 🐍

0 commit comments

Comments
 (0)