Skip to content

Commit 4f85a4c

Browse files
committed
nit
1 parent b45a5a4 commit 4f85a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- uses: actions/checkout@v3
160160
- name: Install Homebrew dependencies
161161
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
162-
- name: Configure CPython with preparing Homebrew environment variable
162+
- name: Configure CPython with preparing Homebrew environment variables
163163
run: |
164164
CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
165165
LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \

0 commit comments

Comments
 (0)