Skip to content

Commit 0bf9e82

Browse files
committed
test
1 parent 300626f commit 0bf9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: prepare the build environment
5656
run: |
57-
echo "CPPFLAGS=-I$(brew --prefix)/include -DCLASSIC_AUTOSPELL_LIST" >> $GITHUB_ENV
57+
echo "CPPFLAGS=-I$(brew --prefix)/include {{ matrix.CLASSIC_AUTOSPELL_LIST }}" >> $GITHUB_ENV
5858
echo "LDFLAGS=-L$(brew --prefix)/lib" >> $GITHUB_ENV
5959
6060
- name: install packages

0 commit comments

Comments
 (0)