Skip to content

Commit

Permalink
Link bison
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 5, 2024
1 parent 00e986a commit 4b65562
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
brew tap gcenx/wine
brew install "${REQUIRED_PACKAGES[@]}"
- name: Link bison
run: |
export PATH="/usr/local/opt/bison/bin:$PATH"
- name: Build Environment Varrables
run: |
HOMEBREW_PATH=$(brew --prefix)
Expand Down Expand Up @@ -81,7 +85,6 @@ jobs:
mkdir -p $DXVK_BUILD_DIR
mkdir -p $WINETRICKS_DATA_DIR
mkdir -p $FINAL_DIR
mkdir -p $OUTPUT_DIR
echo "BUILD_DIR=\"$BUILD_DIR\"" >> $GITHUB_ENV
echo "WINE_FINAL_DIR=\"$WINE_FINAL_DIR\"" >> $GITHUB_ENV
Expand Down

0 comments on commit 4b65562

Please sign in to comment.