Skip to content

Commit 4b65562

Browse files
committed
Link bison
1 parent 00e986a commit 4b65562

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
brew tap gcenx/wine
3535
brew install "${REQUIRED_PACKAGES[@]}"
3636
37+
- name: Link bison
38+
run: |
39+
export PATH="/usr/local/opt/bison/bin:$PATH"
40+
3741
- name: Build Environment Varrables
3842
run: |
3943
HOMEBREW_PATH=$(brew --prefix)
@@ -81,7 +85,6 @@ jobs:
8185
mkdir -p $DXVK_BUILD_DIR
8286
mkdir -p $WINETRICKS_DATA_DIR
8387
mkdir -p $FINAL_DIR
84-
mkdir -p $OUTPUT_DIR
8588
8689
echo "BUILD_DIR=\"$BUILD_DIR\"" >> $GITHUB_ENV
8790
echo "WINE_FINAL_DIR=\"$WINE_FINAL_DIR\"" >> $GITHUB_ENV

0 commit comments

Comments
 (0)